{% load i18n %} {% if error %}
| {{ col.header }} | {% endfor %}
|---|
| {{ cell.value }} {% if cell.suffix %}{{ cell.suffix }}{% endif %} | {% endfor %}
| {% if item.label %}{{ item.label }}{% else %}Field {{ forloop.counter }}{% endif %} | {% endfor %}
|---|
|
{{ item.value }}
{% if item.suffix %}{{ item.suffix }}{% endif %}
{% if item.additional_value %}
{{ item.additional_value }} {% endif %} |
{% endfor %}
{% trans "No data returned." %}
{% endif %}