mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 11:52:17 +00:00
Start reworking invoice things
This commit is contained in:
@@ -10,16 +10,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for event in events %}
|
||||
<tr class="
|
||||
{% if event.cancelled %}
|
||||
text-muted table-secondary
|
||||
{% elif event.authorised and event.risk_assessment_edit_url and event.mic %}
|
||||
table-success
|
||||
{% elif not event.is_rig %}
|
||||
table-info
|
||||
{% else %}
|
||||
table-warning
|
||||
{% endif %}">
|
||||
<tr {% include 'partials/event_table_colour.html' %}>
|
||||
<!---Number-->
|
||||
<th scope="row">{{ event.pk }}</th>
|
||||
<!--Dates-->
|
||||
|
||||
Reference in New Issue
Block a user