{% extends "base_generic.html" %} {% load i18n %} {% block generic_content %}

{% trans 'Partition' %}

{% csrf_token %}
{{ form.petal.label_tag }} {% if form.petal.help_text %}
{{ form.petal.help_text|safe }}
{% endif %} {{ form.petal }} {{ form.petal.errors }}
{{ form.is_default }} {{ form.is_default.errors }} {% if form.is_default.help_text %}
{{ form.is_default.help_text|safe }}
{% endif %}
{% endblock %}