<dt>{% trans "Document status" %}</dt>
<dd>{{ collection.document_status }}</dd>
{% if collection.description %}
- {% dl_field collection "description" %}
- {% endif %}
- {% dl_field collection "recording_context" %}
+ <dt>{% trans "Description" %}</dt>
+ <dd>{{ collection.description|html_line_break|safe }}</dd>
+ {% endif %}
+ {% dl_field collection "recording_context" %}
<dt>{% trans "Recording period" %}</dt>
<dd>{% if collection.recorded_from_year %}{{ collection.recorded_from_year }}{% endif %}{% if collection.recorded_from_year and collection.recorded_to_year %} - {% endif %}{% if collection.recorded_to_year %}{{ collection.recorded_to_year}}{% endif %}</dd>
{% if '_E_' in collection.public_id %}
<center><span class="glyphicon glyphicon-volume-up" style="font-size: 1.3em;"></span></center>
{% endif %}
</td>
- <td>{% if child.descriptions %}{{ child.descriptions }}{% else %}{{ child.description }}{% endif %}</td>
+ <td>{% if child.descriptions %}{{ child.descriptions|safe }}{% else %}{{ child.description|safe }}{% endif %}</td>
<td>{{ child.code }}</td>
</tr>
{% endif %}