{% extends "tixlcontrol/items/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Quota" %}{% endblock %} {% block inside %}

{% trans "Quota" %}

{% csrf_token %} {% if "success" in request.GET %}
{% trans "Your changes have been saved." %}
{% endif %}
{% trans "General information" %} {% bootstrap_field form.name layout="horizontal" %} {% bootstrap_field form.size layout="horizontal" %}
{% endblock %}