<p><iclass="fa fa-pencil"></i> Katalogisert av {%for row in models.main%}{%if !forloop.last%}, {%endif%}<strong>{{row.cataloguer.value}}</strong>{%endfor%}
</p>
{%endif%}
...
...
@@ -97,7 +97,7 @@
{% endfor %}
<!-- SUBJECTS -->
{% if models.subjects|length != 0 %}
{% if not models.subjects| null %}
<!--Emner-->
{%for row in models.subjects%}
{%ifchanged row.uri.value%}
...
...
@@ -149,7 +149,7 @@
<!-- PHYSICAL INFORMATION -->
{% if models.physical|length != 0 %}
{% if not models.physical| null %}
<strong>Fysisk beskrivelse</strong>
<ulid="physical-reference">
{% if first.physical.height.value != null && first.physical.width.value != null %}