{% extends "pt/projectinfo.html" %} {% block project_info %}

Environmental

{% if project.nepa_set.all %} {% for nepadoc in project.nepa_set.all %} {{ nepadoc | linebreaks }} {% endfor %} {% else %} {% endif %}

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 %}

Project Description

{{ project.projectdescription }}

Project Comments

{{ project.comments }}
{% endblock %}