{% extends "layout.html" %} {% block content %}

Image Gallery {{ total }} image{{ 's' if total != 1 else '' }}

{% if slug_options %}
{% else %} {% endif %}
{% if category != 'all' %} {{ category | capitalize }} × {% endif %} {% if slug %} {{ slug }} × {% endif %}
Quick filters: All Characters Looks Outfits Actions Scenes Styles Detailers Checkpoints
{% if total > 0 %}

Showing {{ (page - 1) * per_page + 1 }}–{% if page * per_page < total %}{{ page * per_page }}{% else %}{{ total }}{% endif %} of {{ total }}

{% endif %} {% if images %} {% if total_pages > 1 %} {% endif %} {% else %}
🖼️

No images found{% if category != 'all' %} in {{ category }}{% endif %}{% if slug %} for {{ slug }}{% endif %}.

{% endif %} {% endblock %} {% block scripts %} {% endblock %}