{% extends 'base.html' %} {% block title %}Paiment{% endblock %} {% block content %} {% include 'vendeur/event_header.html' with object=evenement %}

PAIEMENT

{% csrf_token %}
{{ form.total_paid }} {{ form.paid_at.as_hidden }}
{% endblock %}