{% extends 'includes/base.html' %} {% block content %}

pending

These artworks were uploaded by users who have not yet been verified.
They will not be shown to the public until approved by an admin.

{% if artwork %} {%- for _artwork in artwork | batch(4) %} {%- for art in _artwork %} {%- endfor %} {%- endfor %} {% else %}

There's nothing pending approval...

{% endif %}
{% endblock %}