{% extends "base.html" %} {% load static %} {% block add_css %} {{ block.super }} {% endblock %} {% block add_styles %} {{ block.super }} .chosen-container { width: 70% !important; } .editor-toolbar, .editor-statusbar, .editor-preview-side, .CodeMirror { width: 70% !important; } {% endblock %} {% block content %} {{ block.super }}

{{ name }} {{ template }}

{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% if count > 0 %}

{{ count }} active, verified finding{{ count|pluralize }} match this template.

{% endif %}
{% if template %}
{% csrf_token %}
{% endif %} {% endblock %} {% block postscript %} {{ block.super }} {% endblock %}