{% extends "base.html" %} {% block title %}Gallery | Admin Portal{% endblock %} {% block nav_gallery_admin %}active{% endblock %} {% block content %} {% if gallery_images %}
{% for img in gallery_images %}
{{ img.title }} {% if img.is_published %}Published{% else %}Hidden{% endif %} {{ img.get_category_display }}
{{ img.title }}
{% if img.description %}
{{ img.description }}
{% endif %}
{% csrf_token %}
{% csrf_token %}
{% endfor %}
{% if is_paginated %}
{% endif %} {% else %}
No Gallery Images Yet

Add photos to showcase your training programmes and events on the public website.

Add First Image
{% endif %} {% endblock %}