{% extends 'components/admin/layout.html' %} {% load static %} {% block content %} Photo Gallery Gallery Photo Gallery Upload Image Album Album Name Title Description Uploaded Date Image Action {% for data in photo_galleries %} {{data.album.name}} {{data.title}} {{data.description}} {{data.created_at|date:'d-m-Y'}} {% endfor %} {% csrf_token %} Add Photo gallery Image Album -- Select -- {% for data in albums %} {{ data.name }} {% endfor %} Title Description Image (png,jpg,jpeg). Maximum Image size 2mb. {% csrf_token %} Add Album Album Name Sl No Album Name {% for data in albums %} {{ forloop.counter }} {{ data.name }} {% endfor %} {% csrf_token %} Update Photo gallery Image Title Description Image (png,jpg,jpeg). Maximum Image size 2mb. {% csrf_token %} Confirmation! Are you sure you want to delete photo? {% if success %} Confirmation {{success}} {% endif %} {% if error %} Attention! {{error}} {% endif %} {% endblock content %} {% block custom_js %} {% endblock custom_js %}
Are you sure you want to delete photo?
{{success}}
{{error}}