{% load i18n admin2_tags %}
| {{ field }} | {% endfor %}||
|---|---|---|
| {% if forloop.first %} {% for hidden_field in inline_form.hidden_fields %} {{ hidden_field }} {% endfor %} {% endif %} {{ field }} | {% endfor %} {% if not inline_form.visible_fields %}
{% trans "This form doesn't have visible fields. This doesn't mean there are no hidden fields." %} |
{% endif %}
|
|
{% trans "Add another comment" %}
|
||