{% extends "master.html" %} {% load humanize %} {% block content %}

Shared Collection Management

Add Shared Collection {% if collections %} {% for collection in collections %} {% endfor %}
Title Url Username
{{ collection.title }} {{ collection.url }} {{ collection.username|default:"-" }}
{% else %}
No shared collections yet.
{% endif %} {% endblock %}