{% extends 'studiogdo/pip/main_base.html' %} {% load studiogdo %} {% block main_content %}
{% csrf_token %}

{{titre}}

{% block buttons %}{% endblock buttons %}
{% skel skel.0 data_path %}
{% endblock main_content %} {% block coffee %} require(['pip/form'], function(Form) { new Form("{{ data_path|b64encode }}") }); require(['pip/list'], function(List) { new List() }); {% endblock coffee %}