{% load i18n %} {% load static %} {% load crispy_forms_tags %}
| {% trans "pian.templates.pian_import_table.label.label" %} | {% trans "pian.templates.pian_import_table.epsg.label" %} | {% trans "pian.templates.pian_import_table.geometry.label" %} | {% trans "pian.templates.pian_import_table.checkResult.label" %} | |
|---|---|---|---|---|
| {% if row.result == True %} {{ row.label }} {% else %} {{ row.label }} {% endif %} | {{ row.epsg }} | {{ row.geometry }} | {% if row.result == True %}{% trans "pian.templates.pian_import_table.checkResult.allOK" %} | {% else %}{{ row.result }} | {% endif %}