{% load list_to_columns %} {% if not values|is_empty %} <{{ label_tag|default:"h5" }}>{% for value in values %}{{ value }}{% if forloop.last and value|last not in ".:!?" %}:{% endif %}{% endfor %} {% endif %}