{% extends 'base.html' %} {% load i18n %} {% block title %} - {% trans "Project" %}{% endblock %} {% block rss_url %} {% endblock %} {% block content %} {% trans "Project" as ch_title %} {% with ch_icon="icon-cogs" ch_title=ch_title ch_bc1=ch_title %} {% include "layout_elements/category_header.html" %} {% endwith %}
{% with ib_content=project.desc_project %} {% include "info_box/generic.html"%} {% endwith %}
{% with web_source_list=project.web_sources.all %} {% include "info_box/web_sources.html" %} {% endwith %} {% trans "Project Goals" as sh_title %} {% with sh_title=sh_title %} {% include "layout_elements/section_header.html" %} {% endwith %}
{% for pgg in project_goal_group_list %} {% include "info_box/project_goal_group.html" with with_details="yes" %} {% endfor %}
{% trans "Subject Areas" as sh_title %} {% with sh_title=sh_title rss_url="rss/" %} {% include "layout_elements/section_header.html" %} {% endwith %} {% include "info_box/project_parts.html" with with_detail_page_url="yes" %}
{% endblock %}