{% load i18n %} {% if error %}
| {% 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 %}