{% extends 'mysite/base.html' %} {% block title %} Create Slot {% endblock title %} {% block content %}

Fill the following details to create new slot

{% include "components/form.html" with form_name="Create Slot" %}
{% endblock content %}