[UPDT] RECRUITMENT: Serial number for employee mail log

This commit is contained in:
Horilla
2024-02-14 15:00:12 +05:30
parent ce35769650
commit 0379bb6311

View File

@@ -3,6 +3,7 @@
<div class="oh-sticky-table__table oh-table--sortable">
<div class="oh-sticky-table__thead">
<div class="oh-sticky-table__tr">
<div class="oh-sticky-table__th" style="width:10px">{% trans 'Sl.No' %}</div>
<div class="oh-sticky-table__th">{% trans 'Subject' %}</div>
<div class="oh-sticky-table__th" align="center">
{% trans 'Status' %}
@@ -17,7 +18,10 @@
data-target="#mailBodymodal{{log.id}}"
>
<div class="oh-sticky-table__td">
<strong>{{forloop.counter}}. {{log.subject}} </strong>
<strong>{{forloop.counter}}</strong>
</div>
<div class="oh-sticky-table__td">
<strong>{{log.subject}} </strong>
</div>
<div align="center" class="oh-sticky-table__td">
{% if log.status == 'sent' %}