{% extends 'datafreezer/base.html' %} {% block title %}{{ page_title }}{% endblock title %} {% block custom_head %} {% endblock %} {% block content %} {% if sections %}
{% for section in sections %} {% if browse_type == 'AUTHORS' %} {% elif browse_type == 'TAGS' %} {% elif browse_type == 'HUBS' %} {% elif browse_type == 'VERTICALS' %} {% elif browse_type == 'SOURCES' %} {% endif %}
{{ section.name }}
{{ section.count }} upload{{ section.count|pluralize }}
{% endfor %}
{% else %} {% block no_results_msg %}{{ block.super }}{% endblock no_results_msg %} {% endif %} {% endblock content %}