{% extends 'html/master.html' %}
{% block styles %}
{{ super() }}
{% endblock %}
{% block body %}
{% include "html/header/master.html" %}
{% include "html/hero/leave-request.html" %}
{% include "html/listings/orders-with-filter.html" %}
{% include "html/footer/master.html" %}
{% endblock %}
{% block javascripts %}
{{ super() }}
{% endblock %}