{% with resell_attributions=resellform.attributions annul_attributions=annulform.attributions sold_attributions=soldform.attributions %}
{% if resellform.attributions %}
Places non revendues
{% endif %}
{% if annul_attributions or overdue %}
Places en cours de revente
{% endif %}
{% if sold_attributions %}
Places revendues
{% endif %}
{% if not resell_attributions and not annul_attributions and not overdue and not sold_attributions %}