[UPDT] EMPLOYEE: Updated employee app birthday container template by conditionally display comma between job position and department

This commit is contained in:
Horilla
2025-08-01 12:19:34 +05:30
parent 39697fb97c
commit bb12035b4e

View File

@@ -13,7 +13,7 @@
<span class="oh-dashboard__event-main">{{birthday.name}}</span>
<span class="oh-dashboard__event-date">{{birthday.dob}}, {{birthday.daysUntilBirthday}}</span>
<span class="oh-dashboard__event-date"
style="font-size:10px;">{{birthday.job_position}}, {{birthday.department}}</span>
style="font-size:10px;">{{birthday.job_position}}{% if birthday.job_position and birthday.department %}, {% endif %}{{birthday.department}}</span>
</div>
</div>
{% endfor %}