{% extends 'adminapp/master.html' %} {% load static %} {% block content %}

Manage AdTemplates

Ad Template List
{% for template in page_obj %} {% empty %} {% endfor %}
Template Name Description Category Ad Type Image Price (₹) Actions
{{ template.name }} {{ template.description }} {{ template.category.name }} {{ template.ad_type.name }} {% if template.image %} Ad Image {% else %} No Image {% endif %} ₹{{ template.price }} Edit
No ad templates available.
{% if page_obj.has_other_pages %} {% endif %}
{% endblock %}