{% extends 'uhepp_vault/base.html' %} {% block content %} {% if view.edit %}

Edit collection

{% else %}

New collection

{% endif %} Back to profile
{% csrf_token %} {{ form.as_p }}
{% endblock %}