{% load static i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{{ project.name }}{% endblock title %} {% if project.has_custom_theme %} {% endif %} {% block extrahead %}{% endblock extrahead %}
{% block public-header %} {% include "ddm_participation/header.html" %} {% endblock public-header %}
{% block content %}{% endblock content %}
{% include "ddm_participation/footer_modals.html" %} {% block extrascripts %}{% endblock extrascripts %}