{% extends "ui/repo/base.html" %} {% load thumbnail ui_tags %} {% block title %}{{ repo }}-{{ org }}{% endblock %} {% block pagetitle %} {{ repo }}-{{ org }} {% endblock %} {% block breadcrumbs %}{{ block.super }}
  • {{ org }}
  • {% endblock breadcrumbs %} {% block content %}

    {{ organization.title }}

    Site: {{ organization.url }}

    {{ organization.description|linebreaks|safe }}

    {% if collections %}

    Collections

    {% for collection in collections %} {% collection collection %} {% endfor %} {% endif %}{# collections #}
    {% endblock content %} {% block footer %} ui/organizations/detail.html {% endblock footer %}