{% load i18n %}{{ form.non_field_errors }} {% if fields_more %}
{% translate "Last Name, First Name" %} | {% for field in fields_more.0.1 %} {% if not field.label and not forloop.last %}Σ | {% else %}{{ field.label }} | {% endif %} {% endfor %}
---|---|---|
{{ row.0.contributor.get_reverse_full_name }} | {% for field in row.1 %} {% if forloop.last %}{{ field }} | {% else %}{{ field.label_tag }} {{ field }} | {% endif %} {% endfor %}