{% extends "base.html" %} {% block title %}{{ _('UT') }} {{ ut.id_ut if ut and ut.id_ut else _('New') }}{% endblock %} {% block content %}
{{ _('Documentazione') }}
{{ _('Tipo documentazione') }} {{ _('Riferimenti') }}
{{ _('Bibliografia') }}
{{ _('Riferimenti bibliografici') }}
{{ _('UT Media') }}
{% if ut and ut.id_ut %} {% if media %}
{% for m in media %}
{% if m.media_type == 'image' %} {% else %}
{% endif %}
{{ m.media_name }}
{% endfor %}
{% else %}

{{ _('No media attached yet.') }}

{% endif %}
{{ _('Upload media') }}
{% else %}
{{ _('Save the record to enable the Media tab and attach files.') }}
{% endif %}
{% endblock %}