{% autoescape off %}
{{ site_config.intro_text|linebreaksbr }}
{% endautoescape %}
{% trans "About the Project" as sh_title %}
{% trans "Go to page" as sh_url_title %}
{% trans "project_url" as sh_url %}
{% with sh_title=sh_title sh_icon="icon-cogs" sh_url_title=sh_url_title sh_url=sh_url %}
{% include "layout_elements/section_header.html" %}
{% endwith %}
{% with ib_content=project.desc_project %}
{% include "info_box/generic.html"%}
{% endwith %}
{% trans "Current Document" as sh_title %}
{% trans "Go to page" as sh_url_title %}
{% trans "documents_url" as sh_url %}
{% with sh_title=sh_title sh_icon="icon-inbox" sh_url_title=sh_url_title sh_url=sh_url %}
{% include "layout_elements/section_header.html" %}
{% endwith %}
{% with document=latest_document dd_with_header="yes" %}
{% include "info_box/document_detail.html" %}
{% endwith %}
{% trans "About this Site" as sh_title %}
{% with sh_title=sh_title sh_icon="icon-info-sign" sh_url_title="" %}
{% include "layout_elements/section_header.html" %}
{% endwith %}
{% with ib_content=site_config.desc_about %}
{% include "info_box/generic.html"%}
{% endwith %}
{% if site_config.browser = 'MSIE' %}
{% trans "This software is using features not supported by Internet Explorer. Please use another browser if possible." %}
{% endif %}
{% trans "Current Event" as sh_title %}
{% trans "Go to page" as sh_url_title %}
{% trans "process_url" as sh_url %}
{% with sh_title=sh_title sh_icon="icon-time" sh_url_title=sh_url_title sh_url=sh_url %}
{% include "layout_elements/section_header.html" %}
{% endwith %}
{% with event=latest_event ed_with_header="yes" %}
{% include "info_box/event_detail.html" %}
{% endwith %}
{% trans "Last Activities" as sh_title %}
{% with sh_title=sh_title sh_icon="icon-dashboard" sh_url_title="" rss_url="rss/" %}
{% include "layout_elements/section_header.html" %}
{% endwith %}
{% include "info_box/activities.html" %}
{% trans "Current Research Request" as sh_title %}
{% with sh_title=sh_title sh_icon="icon-eye-open" sh_url_title="" %}
{% include "layout_elements/section_header.html" %}
{% endwith %}
{% trans "questions_url" as add_rr_url %}
{% include "info_box/research_requests.html" %}
{% trans "Frequent Document Contents" as sh_title %}
{% with sh_title=sh_title sh_icon="" sh_url_title="" %}
{% include "layout_elements/section_header.html" %}
{% endwith %}
{% trans "Click on the tags for searching for the term." %}