{% extends 'uhepp_vault/base.html' %} {% load pygmentify_tags %} {% load humanize %} {% block title %}{{ collection.title }} - uhepp hub{% endblock %} {% block content %}
{{ collection.description }}
{% if collection.plots.all.count %}This collection is empty
{% endif %} {% endblock %}