{% extends 'components/inline_form.html' %} {% load i18n %} {% block header %} {% trans "Create List" %} {% endblock %} {% block form %}
{% include 'lists/form.html' with curation_group=group %}
{% endblock %}