{% extends "base.html" %} {% block body %}

{{entry.type}}

{{entry.description}}

City: {{entry.city}}

Materials: {{entry.materials}}

Dimensions: {{entry.dimensions}}

Culture: {{entry.culture}}

Date: {{entry.date}}

Context: {{entry.context}}

{% if entry.level %} Level: {{entry.context}}, Unit: {{entry.unit}}, Room: {{entry.room}} {% endif %}

{% if entry.subject %} Subject: {{entry.subject}} {% endif %}

{% if entry.inscriptions %} Inscription: {{entry.inscriptions}} {% endif %}

{% if entry.notes %} Notes: {{entry.notes}} {% endif %}

Collection: {{entry.collection}} {{entry.number}}

Image Credit: {{entry.license}}

License: {{entry.license}}

{% if entry.source %} Source: {{entry.source}} {% endif %}

{% endblock %}