{% extends 'index.html' %} {% load i18n %} {% block content %}
{% trans "View Stages" %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}