{% load media %}{% load include_creme_media url_join from creme_core_tags %} {% block head %} {% block page_title %}{% endblock %}{{SOFTWARE_LABEL}} {% include_creme_media 'main.css' %} {% include 'creme_core/frags/js_header.html' %} {% endblock %} {% block body %} {% include 'creme_core/header/menu.html' %} {# Popups will use this
as bounds for drag-n-drop and resize. Fix some positioning issues with horizontal menu. #}
{% block content %}{% endblock %}
{% include 'footer/footer.html' %} {% for template_name in BASE_HTML_EXTRA_INCLUDED %}{% include template_name %}{% endfor %} {% endblock %}