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

Manage AdTypes

AdType List
Add AdType
{% for adtype in adtypes %} {% empty %} {% endfor %}
Ad Type Name Actions
{{ adtype.name }} Edit
No ad types available.
{% endblock %}