forked from DGNum/gestioCOF
Indique si les places sont sur listing
This commit is contained in:
parent
3869c02dfa
commit
7a9d96d83a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
<td>{{place.spectacle.location}}</td>
|
||||
<td>{{place.spectacle.date}}</td>
|
||||
<td>{% if place.double %}deux places{%else%}une place{% endif %}</td>
|
||||
<td>{% if place.spectacle.listing %}sur listing{% else %}place physique{% endif %}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue