forked from CGM_Public/pretix_original
Add device security profiles (#1806)
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
<span class="label label-warning">{% trans "Reserved" %}</span>
|
||||
{% elif subev.best_availability_state < 20 %}
|
||||
{% if subev.has_paid_item %}
|
||||
<span class="fa fa-ticket"></span> {% trans "Sold out" %}
|
||||
<span class="label label-danger">{% trans "Sold out" %}</span>
|
||||
{% else %}
|
||||
<span class="fa fa-ticket"></span> {% trans "Fully booked" %}
|
||||
<span class="label label-danger">{% trans "Fully booked" %}</span>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% elif subev.presale_is_running %}
|
||||
|
||||
Reference in New Issue
Block a user