{% extends "base.html" %} {% block breadcrumbs %}{{ block.super }}
  • Collections
  • {% endblock breadcrumbs %} {% block indicators %} {% if username %} {% if collection %}
    {% csrf_token %} sync status {% if collection.locked %} Sync {% else %} {% endif %}
    {% endif %}{# collection #} {% endif %}{# username #} {% endblock indicators %} {% block javascript %}{{ block.super }} {% endblock javascript %} {% block footer %} {% if collection %}
    status changelog export csv ( objects, files ) git ( local, hub ) manual
    {{ collection.path }}
    {% endif %} {% endblock footer %}