{% load i18n %} {% load static %} {% load crispy_forms_tags %}
{% for index, row in table.iterrows %} {% if row.result == True %} {% else %} {% endif %} {% endfor %}
{% 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 %} description {{ row.label }} {% else %} {{ row.label }} {% endif %} {{ row.epsg }} {{ row.geometry }}{% trans "pian.templates.pian_import_table.checkResult.allOK" %}{{ row.result }}