parent
2c11b544f1
commit
1450ecde99
|
@ -16,6 +16,11 @@
|
|||
{% endwith %}
|
||||
{% else %}
|
||||
<div class="badge rounded-pill text-bg-secondary">{{ s.current_status_name }}</div>
|
||||
{% if s.current_status == "canceled" %}
|
||||
{% with timeslot=s.official_timeslotassignment.timeslot %}
|
||||
<span class="text-decoration-line-through text-secondary session-time date me-3" data-start-utc="{{ timeslot.time|utc|date:'Y-m-d' }}" data-end-utc="{{ timeslot.end_time|utc|date:'Y-m-d' }}"></span>
|
||||
{% endwith %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if show_request and s.meeting.type_id == 'ietf' %}
|
||||
{% if can_edit %}
|
||||
|
|
Loading…
Reference in a new issue