{% load i18n %}{{ form.non_field_errors }} {{ form.media }} {% if fields_more %}
{% translate "Project" %} | {% for period in periods %}{{ period.start|date:"F" }} | {% endfor %} {% for row in fields_more %}
---|---|
{{ row.0.project|truncatewords:1 }} | {% for field in row.1 %}{{ field.label_tag }} {{ field }} | {% endfor %}
{% for period in periods %} | {% translate "Finalize" %} | {% endfor %}
{% translate "Note: This does not save!" %}
{% endif %}