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

Collections

{% if collection_list %}
{% for collection in collection_list %}
{{ collection.title }} by {{ collection.owner.username}} {% if collection.plots.count %} {{ collection.plots.count }} {% endif %}
{{ collection.description }}
{% endfor %}
{% else %}

{{ user.first_name }} has no collections shared with you

{% endif %} {% endblock %}