{# Here we define the sctructure used by the application #} {% extends "project.html" %}{% load i18n l10n pages widget_tweaks staticfiles %} {% block styles %}{{ block.super }} {% endblock %} {% block body_tag %} {% endblock %} {% block navbar_right_options %} {% block menu_profile %}
  • {% endblock %} {% endblock %} {% block container %}
    {% include "_includes/message-panels.html" %}
    {% block sidebar %}
    {% endblock %}
    {% block content %}{% endblock %}
    {% endblock %}