Add device security profiles (#1806)

This commit is contained in:
Raphael Michel
2020-10-13 17:40:25 +02:00
committed by GitHub
parent 301849f771
commit e8f3ad633a
15 changed files with 177 additions and 10 deletions

View File

@@ -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 %}