{% extends 'LayoutMain.html' %} {% load static %} {% block title %}Dashboard - My Django Project{% endblock %} {% block content %}
Pages List Add New
{% if gallery %} {% for item in gallery %} {% endfor %} {% else %} {% endif %}
Sl.no Title Image View Delete
{{ forloop.counter }} {{ item.title }} {% if item.image %} {% else %} No Image {% endif %}
No Gallery Found
{% endblock %}