{% extends 'index.html' %} {% load i18n %} {% block content %}

{% trans "View" %} {% trans "View Leave Request" %}

{% csrf_token %} {{form.as_p}}
{% endblock %}