forked from CGM_Public/pretix_original
New check-in features (#3022)
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
<span class="fa fa-question-circle"></span>
|
||||
{% trans "Approval pending" %}
|
||||
</span>
|
||||
{% elif order.valid_if_pending %}
|
||||
<span data-toggle="tooltip" class="label label-info {{ class }}">
|
||||
<span class="fa fa-money"></span>
|
||||
{% trans "Pending (confirmed)" context "order state" %}
|
||||
</span>
|
||||
{% else %}
|
||||
<span data-toggle="tooltip" title="{{ order.expires|date:"SHORT_DATETIME_FORMAT" }}"
|
||||
class="label label-warning {{ class }}">
|
||||
|
||||
Reference in New Issue
Block a user