{% load static i18n %} {% if leaves %}
{% elif today_holidays %}

{% trans "Today is a holiday." %}

{% else %}

{% trans "No employees have taken leave today." %}

{% endif %}