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