{% extends BASE_TEMPLATE %} {% load thumbnail ui_tags %} {% block title %}Partners{% endblock %} {% block pagetitle %}Pertners{% endblock %} {% block breadcrumbs %}{{ block.super }}
  • Partners
  • {% endblock breadcrumbs %} {% block content %}

    {{ num_organizations }} Partner{{ num_organizations | pluralize }}

    {% for organization,num_collections in organizations %} {% if num_collections %}

    {{ organization.title }}
    ({{ num_collections }} collection{{ num_collections | pluralize }})

    {{ organization.description | safe }} [More »]
    {% endif %} {% endfor %}{# organizations #}
    {% endblock content %} {% block pagecss %} {% endblock pagecss %}