{% extends "base.html" %} {% block title %}Library — alembic{% endblock %} {% block content %}
{{ total }} track{{ "s" if total != 1 else "" }}{% if grouping or format or q %} matching the filters below{% endif %}.
| Artist | Title | Album | Format | |
|---|---|---|---|---|
| {{ item.artist }} | {{ item.title }} | {{ item.albumartist }} | {{ item.format }} | Edit |
|
No tracks match{% if grouping or format or q %} these filters{% endif %}. | ||||