gestioCOF/bda/templates/bda/forms/revente_sold_label_table.html
2019-01-07 22:51:02 +01:00

4 lines
No EOL
233 B
HTML

{% include 'bda/forms/spectacle_label_table.html' with spectacle=revente.attribution.spectacle %}
{% with user=revente.soldTo.user %}
<td><a href="mailto:{{ user.email }}">{{user.first_name}} {{user.last_name}}</a></td>
{% endwith %}