{% extends "admin/change_form.html" %} {% load i18n filer_admin_tags %} {% block title %}{% trans "Add new" %} {% trans "folder" %} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block content %}
{% blocktrans count new_folder_form.errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}