7 lines
No EOL
464 B
HTML
7 lines
No EOL
464 B
HTML
{% with spectacle=revente.attribution.spectacle user=revente.soldTo.user %}
|
|
<td>{{ spectacle.title }}</td>
|
|
<td data-sort-value="{{ spectacle.timestamp }}">{{ spectacle.date }}</td>
|
|
<td data-sort-value="{{ spectacle.location }}">{{ spectacle.location }}</td>
|
|
<td data-sort-value="{{ spectacle.price |stringformat:".3f" }}">{{ spectacle.price |floatformat }}€</td>
|
|
<td><a href="mailto:{{ user.email }}">{{user.first_name}} {{user.last_name}}</a></td>
|
|
{% endwith %} |