{% extends "base.html" %} {% block crumbs %} browse {% if active_type %}/{{ active_type }}{% endif %} {% endblock %} {% block content %} {{ active_label }} {{ total }} note{{ "s" if total != 1 else "" }} {% if active_type == "loops" %} open + closed open closed {% endif %} {% if not items %}
{{ total }} note{{ "s" if total != 1 else "" }}
No notes here yet.