{% extends "grid/base.html" %} {% load url from future %} {% load i18n %} {% load crispy_forms_tags %} {% block head_title %}{% trans "Edit Element" %}{% endblock %} {% block body %}

{% trans "Edit Element which is related to:" %}

{% trans "Grid:" %} {{ grid }}

{% trans "Package:" %} {{ package }}

{% trans "Feature:" %} {{ feature.title }} {{ feature.description}}

{% csrf_token %}
{{ form|crispy }}

{% endblock %} {% block extra_body %} {% endblock %}