{% extends "grid/base.html" %} {% load url from future %} {% load i18n %} {% load crispy_forms_tags %} {% block body %}

{% trans "Grid Form" %}

{% trans "Grids added here are publicly listed in the" %} {% trans "list of all grids" %}.

{% trans "Periodically, Daniel and Audrey will add some of these grids to the top navigation bar!" %}

{% csrf_token %}
{{ form|crispy }}
{% endblock %} {% block extra_body %} {% endblock %}