{% load i18n static %}

{% blocktrans %}By {{ title }}{% endblocktrans %}

{% csrf_token %} {{ spec.form.non_field_errors }} {% for hidden_field in spec.form.hidden_fields %} {{ hidden_field.errors }} {{ hidden_field }} {% endfor %} {% for field in spec.form.visible_fields %}
{{ field.label_tag }}
{{ field }} {{ field.help_text }} {{ field.errors }}
{% endfor %}