{% extends 'base.html' %} {% block title %}Nouvelle commande groupée{% endblock %} {% block content %}

{% block content_title %}Créer une commande groupée{% endblock %}

Nouvelle commande

{% csrf_token %} {{ form.as_p }}
{% endblock %}