{% extends "model/generic.html" %}
{% block type_metadata %}
{% if nsc['dctype'].StillImage in rsrc.user_types %}
Download Full Size
{% else %}
{% set icon = value(rsrc, nsc['lii'].icon) %}
{% if icon %}
{% endif %}
Download File
{% endif %}
{{ lit_field(value(rsrc, nsc['rdf'].type), 'Document Type') }}
{{ uri_field(inv_rel(rsrc, nsc['lii'].hasRepresentation), 'Representation Of') }}
{{ uri_field(inv_rel(rsrc, nsc['lii'].hasPreferredRepresentation), 'Preferred Representation Of') }}
{% endblock %}