{% if object.extra_data %}

Extra Attributes

{% for key, val in object.extra_data.iteritems %}
{{ key }}
{{ val }}
{% endfor %}
{% endif %}