feat: show booking status in sidebar
This commit is contained in:
@@ -56,6 +56,16 @@
|
|||||||
{{ summaryData.participantCount }}
|
{{ summaryData.participantCount }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user