{# vim: set syntax=htmldjango: #} {% extends "exordium/base.html" %} {% block body %}
Base Path: {{ base_path }}
Media URL Prefix: {{ media_url }}
{% if support_zipfile %}
Zipfile Support: Yes
Zipfile Path: {{ zipfile_path }}
Zipfile URL Prefix: {{ zipfile_url }}
{% else %}
Zipfile Support: No
{% endif %}
This catalog currently contains {{ count_artists }} artist{{ count_artists|pluralize }}, {{ count_albums }} album{{ count_albums|pluralize }}, and {{ count_songs }} song{{ count_songs|pluralize }}.
{% endblock %}