class Format(ModelCore):
""" Physical format object as proposed by the LAM"""
+ element_type = 'format'
+
item = ForeignKey('MediaItem', related_name="format", verbose_name = _("item"),
blank=True, null=True, on_delete=models.SET_NULL)
physical_format = WeakForeignKey(PhysicalFormat, related_name="format",
<dl class="listing">
{% dl_field item "title" placeholder %}
{% dl_field item "alt_title" %}
+
{% dl_field item "collector" placeholder %}
<dt>{% field_label item "collection" %}</dt>
<dd><a href="{% url telemeta-collection-detail item.collection.public_id %}">{{ item.collection }}</a></dd>