{% extends 'base.html' %} {% load i18n %} {% block rss_url %} {% endblock %} {% block content %}

{{ site_config.intro_text|safe }}

{% trans "About" as sh_title %} {% trans "Go to page" as sh_url_title %} {% trans "project_parts_url" as sh_url %} {% with sh_title=sh_title|add:" "|add:site_config.title sh_icon="icon-cogs" sh_url_title=sh_url_title sh_url=sh_url %} {% include "layout_elements/section_header.html" %} {% endwith %}
{% include "info_box/site_category_detail.html" %}
{% 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.about_text %} {% include "info_box/generic_html.html"%} {% endwith %}
{% ifequal site_config.browser 'MSIE' %}
{% trans "This software is using features not supported by Internet Explorer. Please use another browser if possible." %}
{% endifequal %} {% trans "Current Event" as sh_title %} {% trans "Go to page" as sh_url_title %} {% trans "events_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" %}
{% if site_config.show_questions_category %} {% trans "New Research Requests" 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 %} {% with rr_with_ec="yes" %} {% include "info_box/research_requests.html" %} {% endwith %} {% endif %} {% 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." %}
{% trans "All" %}            
{% if site_config.activate_comments %} {% trans "Last Comment" as sh_title %} {% with sh_title=sh_title sh_icon="icon-comments" sh_url_title="" %} {% include "layout_elements/section_header.html" %} {% endwith %} {% with show_commented_object="yes" %} {% include "info_box/comments.html" %} {% endwith %} {% endif %}
{% endblock %}