{% extends "base.html" %} {% load l10n %} {% load i18n %} {% load dateconv %} {% load lastpart %} {% block content %}
{% include "messages.html" %}
{% trans 'Create a new container' %} {% csrf_token %}
{% trans "Enter name of container here." %} {% trans "Please note that you can not rename it afterwards." %}
{% trans 'Cancel' %}
{% endblock %}