{% if manuscripts %}
{% for manuscript in manuscripts %}
{% for description in manuscript.descriptions.all %}
{{ description.description }}
{%endfor%}
{% endfor %}
{% endif %}