{% extends 'uhepp_vault/base.html' %} {% load crispy_forms_tags %} {% block title %}{% if view.edit %}Edit {{ collection.title }}{% else %}New Collection{% endif %} - uhepp hub{% endblock %} {% block content %} Home {{ user.username }} {% if view.edit %} {{ collection.title }} {% else %} New collection {% endif %} {% if view.edit %}