{% extends 'base.html' %} {% block scripts %} {% endblock %} {% block header %}
{% if sort_order == "Alphabetical" %} {# MSG: Label which displays that the songs are currently sorted by alphabetical order. #} {% trans %}Sorted Alphabetically{% endtrans %} | {# MSG: Button which changes how the songs are sorted so they become sorted by date. #} {% trans %}Sort by Date{% endtrans %} {% endif %} {% if sort_order == "Date" %} {# MSG: Label which displays that the songs are currently sorted by date. #} {% trans %}Sorted by date{% endtrans %} | {# MSG: Button which changes how the songs are sorted so they become sorted by name. #} {% trans %}Sort by Alphabetical{% endtrans %} {% endif %}
{{loop.index + pagination.skip}} | {{filename_from_path(song)}} | {% if admin %}{% endif %} {% endfor %} |