{{ emoji_prefix }} DoggyGallery
🎵 Music 🔍 Filter FAQ 📚 API

{% if let Some(parent) = listing.parent_path %} ← Back {% endif %}
{% if listing.total_items == 0 %}

No media files or directories found in this location.

{% else %}
{% if listing.page > 1 %} Showing {{ (listing.page - 1) * listing.per_page + 1 }}-{% if (listing.page - 1) * listing.per_page + listing.entries.len() > listing.total_items %}{{ listing.total_items }}{% else %}{{ (listing.page - 1) * listing.per_page + listing.entries.len() }}{% endif %} of {{ listing.total_items }} items {% else %} Showing 1-{% if listing.entries.len() > listing.total_items %}{{ listing.total_items }}{% else %}{{ listing.entries.len() }}{% endif %} of {{ listing.total_items }} items {% endif %}
{% if listing.total_pages > 1 %} {% endif %} {% endif %}