{% extends "balafon/bs_base.html" %} {% load i18n balafon_utils %} {% block extra_head %} {{block.super}} {% include "balafon/_calendar.html" with dateFormat='yy-mm-dd' %} {% endblock %} {% block document_content %}
   

{% block this_title %}{% endblock %}

{% if planning_type %}
{% endif %}
{% for the_custom_menu in planning_custom_menus %} {% endfor %}
{% block action_archive_content %} {% include "Crm/_section_actions.html" with actions=object_list %} {% endblock %} {% endblock %}