{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} {% trans "Company Leaves" %} {% if company_leaves %} {% trans "Filter" %} {% trans "Company Leave" %} {% trans "Based On week" %} {{form.based_on_week}} {% trans "Based On Weekday" %} {{form.based_on_week_day}} {% endif %} {% if perms.base.add_companyleave %} {% trans "Create" %} {% endif %}