{# partial/detail.html - Detail partial template #}
{% for field, val in object %}
{{ field|capfirst }}:
{{ val }}
{% endfor %}