{% extends 'base.html' %} {% load render_table from django_tables2 %} {% load crispy_forms_tags %} {% block title %}Bulk complete tasks{% endblock title %} {% block content %}

Mark tasks as complete

{% csrf_token %} {{ wizard.management_form }} {% crispy wizard.form %}
{% endblock content %}