{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}Quickedit Report Booklet{% endblock %} {% block headline %}Report Booklet Writer{% endblock %} {% block second_title %}Fill out the form below, and doublecheck if everything is correct:{% endblock %} {% block content %}

Name:

Surname:

Current Week:

Current Year:

Unit:

Sign Date:

{% if data.get("Bcontent"): %} {% else: %} {% endif %} {% if data.get("Scontent"): %} {% else: %} {% endif %} {% if data.get("BScontent"): %} {% else: %} {% endif %}
{% endblock %}