Air
{% if project.air_set.all %}
{% for airdoc in project.air_set.all %}
{{ airdoc | linebreaks }} {% endfor %}
{% else %}
{% endif %}
Noise
{% if project.noise_set.all %}
{% for noisedoc in project.noise_set.all %}
{{ noisedoc | linebreaks }} {% endfor %}
{% else %}
{% endif %}
Ecology
{% if project.ecology_set.all %}
{% for ecodoc in project.ecology_set.all %}
{{ ecodoc | linebreaks }} {% endfor %}
{% else %}
{% endif %}
Aquatics
{% if project.aquatics_set.all %}
{% for aquadoc in project.aquatics_set.all %}
{{ aquadoc | linebreaks }} {% endfor %}
{% else %}
{% endif %}
Archaeology
{% if project.archaeology_set.all %}
{% for archdoc in project.archaeology_set.all %}
{{ archdoc | linebreaks }} {% endfor %}
{% else %}
{% endif %}
History
{% if project.history_set.all %}
{% for histdoc in project.history_set.all %}
{{ histdoc | linebreaks }} {% endfor %}
{% else %}
{% endif %}