mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
10 lines
307 B
HTML
10 lines
307 B
HTML
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 %}"
|