{% load thing_tags %}

{{ object.name }}

{% for attr in object.attrs %}

{{ attr.name }}: {{ object|val:attr.key|safe }}

{% endfor %} {% include "_edit_link.html" %}