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