{% extends 'includes/layout.html' %} {% block body %}

{{table.title}}




{{ form.stDate.label }}{{ form.stDate() }}
{{ form.enDate.label }}{{ form.enDate() }}
{{ form.action_by.label }}{{ form.action_by() }}
{{ form.action_taken.label }}{{ form.action_taken() }}
{{ form.output.label }}{{ form.output() }}


{% for table in tables %} {{ table|safe }} {% endfor %}


{% endblock %}