We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385a3bd commit 3c4901fCopy full SHA for 3c4901f
RIGS/templates/partials/event_row.html
@@ -82,6 +82,7 @@ <h5 class="mb-0 mr-3">
82
{% endif %}
83
84
85
+ {% if event.is_rig %}
86
<div class="mb-3">
87
<small class="text-muted">Client:</small>
88
<p class="mb-1">
@@ -97,8 +98,9 @@ <h5 class="mb-0 mr-3">
97
98
99
</p>
100
</div>
101
+ {% endif %}
102
-
103
+ {% if event.mic or event.needs_mic %}
104
105
<small class="text-muted">Member in Charge (MIC):</small>
106
<div class="d-flex align-items-center mt-1">
@@ -119,6 +121,7 @@ <h5 class="mb-0 mr-3">
119
121
120
122
123
124
125
126
127
0 commit comments