{% extends "catalogue/base.html" %} {% load i18n %} {% block inner_content %}

{% trans "Create a new resource" %}

{% csrf_token %} {{ form.non_field_errors }} {{ form.owner_organization.errors }} {{ form.title.errors }} {{ form.cover.errors }} {{ form.cover }} {{ form.language.errors }} {{ form.publisher.errors }} {{ form.rights.errors }}
{{ form.audience.errors }} {{ form.description.errors }} {% comment %} {% for tag_form in tag_forms %} {{ tag_form.as_p }} {% endfor %} {% endcomment %}
{% endblock %}