{% load static %} {% load i18n %} {% if item.is_multi %}
Unsupported Multi-value
{{item.dataformat }}: {{ item.description }}
{% else %}

{% if item.description %}
{{item.dataformat }}: {{ item.description }}
{% endif %}
{% endif %}