UI: 2024 Hero component options #103971
@ -3,6 +3,8 @@
|
||||
|
||||
{% block content_main %}
|
||||
<h2>Tickets</h2>
|
||||
|
||||
{% if object_list %}
|
||||
<table class="table table-no-box">
|
||||
<tbody>
|
||||
{% for ticket in object_list %}
|
||||
@ -20,9 +22,12 @@
|
||||
<td><a href="{{ detail_url }}">{% include "tickets/components/pill_payment_status.html" %}</a></td>
|
||||
<td>{% include "tickets/ticket_detail_invoice.html" %}</td>
|
||||
</tr>
|
||||
{% empty %}
|
||||
No tickets yet.
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% else %}
|
||||
<div>
|
||||
No tickets yet.
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user