{% load thing_tags %}

{{ object.name }}

{{ object.published_at|date:"m/d/Y h:i a" }}

{% for attr in object.attrs %}

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

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