{% extends 'uhepp_vault/base.html' %} {% load pygmentify_tags %} {% load humanize %} {% block title %}{{ collection.title }} - uhepp hub{% endblock %} {% block content %}

{{ collection.title }} {% if collection.owner.pk == user.pk %} {% endif %}

Collection ID: {{ collection.id }}

{{ collection.description }}

{% if collection.plots.all.count %}
{% for plot in collection.plots.all %}
{{ plot }}
{{ plot }}
{{ plot.uploaded|naturaltime }}
{% endfor %}
{% else %}

This collection is empty

{% endif %} {% endblock %}