{% load static %} {% load i18n %} {% if item.is_multi %}
{% if item.description %}
{{item.dataformat }}: {{ item.description }}
{% endif %}
{% else %}
{% if item.description %}
{{item.dataformat }}: {{ item.description }}
{% endif %}
{% endif %}