Start reworking invoice things

This commit is contained in:
2020-03-18 18:09:45 +00:00
parent 0144bd37fc
commit 50ca782569
15 changed files with 350 additions and 434 deletions

View File

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