{% extends 'uhepp_vault/base.html' %} {% block content %}
Owner: {{ owner.first_name }} {{ owner.last_name }}
{% if collection.description %}{{ collection.description }}
{% endif %} {% if user == owner %}This is your collection
No plots in this collection.
{% endif %} {% endblock %}