feat: show booking status in sidebar
This commit is contained in:
@@ -56,6 +56,16 @@
|
||||
{{ summaryData.participantCount }}
|
||||
</td>
|
||||
</tr>
|
||||
{% if bookingCreateDto.bookingStatus != 'F' %}
|
||||
<tr>
|
||||
<th class="text-left align-top border-r-2 border-gray-300 pr-2">
|
||||
Status
|
||||
</th>
|
||||
<td class="pl-2">
|
||||
{{ bookingCreateDto.bookingStatus|map_status }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user