{% load util_tags %} {% if custom_values %}

Custom Fields

{% endif %}
{% for cv in custom_values %}
{{ cv.field.name }}
{% if cv.is_html %} {{ cv.content|bleach }} {% else %} {{ cv.content }} {% endif %}
{% endfor %}