{% extends 'frontend/base.html' %} {% load static %} {% block javascript %} {% endblock %} {% block navbar %} {% include 'frontend/snippet.navlinks.html' %} {% endblock %} {% block content %}
Reserve Machine for {{ user_obj.username }}
{% csrf_token %} {{ form.machine.errors }}
{{ form.machine }} {{ form.machine.help_text }}
{{ form.reason.errors }}
{{ form.reason }} {{ form.reason.help_text }}
{{ form.until.errors }}
{{ form.until }} {{ form.until.help_text }}
{{ form.permanently.errors }}
{{ form.permanently }}
{% endblock %}