This commit is contained in:
gsinghpal
2026-03-16 08:14:56 -04:00
parent fdca9518ab
commit e56974d46f
196 changed files with 19739 additions and 3471 deletions

View File

@@ -226,10 +226,10 @@
<div class="fclk-recent-item">
<div class="fclk-recent-date">
<div class="fclk-recent-day-name">
<t t-esc="att.check_in.strftime('%a')"/>
<t t-esc="context_timestamp(att.check_in).strftime('%a')"/>
</div>
<div class="fclk-recent-day-num">
<t t-esc="att.check_in.strftime('%d')"/>
<t t-esc="context_timestamp(att.check_in).strftime('%d')"/>
</div>
</div>
<div class="fclk-recent-info">
@@ -237,8 +237,8 @@
<t t-esc="att.x_fclk_location_id.name or 'Unknown'"/>
</div>
<div class="fclk-recent-times">
<t t-esc="att.check_in.strftime('%I:%M %p')"/>
- <t t-esc="att.check_out.strftime('%I:%M %p') if att.check_out else '--'"/>
<t t-esc="context_timestamp(att.check_in).strftime('%I:%M %p')"/>
- <t t-esc="context_timestamp(att.check_out).strftime('%I:%M %p') if att.check_out else '--'"/>
</div>
</div>
<div class="fclk-recent-hours">