{% load static %}
{% for manuscript in manuscripts %}
{{ manuscript }}
{% if manuscript.pdf_set.count > 1 %} {% for pdf in manuscript.pdf_set %}
{{ pdf }}
{% endfor %} {% endif %} {% endfor %}