{% extends 'migrator_base.html' %} {% block title %}Generate matrix{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}