{% extends "base.html" %} {% block title %}Collections{% endblock %} {% block breadcrumbs %}{{ block.super }}
| {{ c.id }} {% if c.title %}— {{ c.title }}{% endif %} | {% if c.sync_status %} {{ c.sync_status.status }} ({{c.sync_status.timestamp|timesince }} ago) {% else %} ... {% endif %} |