{% load static i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{{ project.name }}{% endblock title %} {% block extrahead %}{% endblock extrahead %}
{% block public-header %}
{% if project.img_header_left or default_header_right %} Project Logo Left {% endif %}
{% if project.img_header_right or default_header_right %} Project Logo Right {% endif %}
{% endblock public-header %}
{% block content %}{% endblock %}
{% include "ddm_participation/footer_modals.html" %} {% block extrascripts %}{% endblock extrascripts %}