feat: show session purposes on the meeting request page (#5034)
This commit is contained in:
parent
040af97c11
commit
742fc4ead2
|
@ -36,6 +36,7 @@
|
|||
<th scope="col" data-sort="group">Group</th>
|
||||
<th scope="col" class="d-none d-lg-table-cell" data-sort="count">Length</th>
|
||||
<th scope="col" class="d-none d-lg-table-cell" data-sort="num">Size</th>
|
||||
<th scope="col" class="d-none d-lg-table-cell" data-sort="num">Purpose</th>
|
||||
<th scope="col" class="d-none d-lg-table-cell" data-sort="requester">Requester</th>
|
||||
<th scope="col" class="d-none d-lg-table-cell" data-sort="ad">AD</th>
|
||||
<th scope="col" data-sort="constraints">Constraints</th>
|
||||
|
@ -76,6 +77,7 @@
|
|||
{% if session.requested_duration %}{{ session.requested_duration|stringformat:"s"|slice:"0:4" }}{% endif %}
|
||||
</td>
|
||||
<td class="d-none d-lg-table-cell">{{ session.attendees|default:"" }}</td>
|
||||
<td class="d-none d-lg-table-cell">{% if session.purpose_id != "regular" %}{{session.purpose}}{% endif %}</td>
|
||||
<td class="d-none d-lg-table-cell">{% person_link session.requested_by_person with_email=False %}</td>
|
||||
<td class="d-none d-lg-table-cell">
|
||||
{% if session.group.ad_role %}
|
||||
|
|
Loading…
Reference in a new issue