{% if instance %}
{% for key, value in instance.items %}
{{key}}:
{{value}}
{% endfor %}
{% else %} - {% endif %}