{% extends "advertisers/base.html" %} {% load static %} {% load widget_tweaks %} {% block title %}{% if form.instance.pk %}Edit Brand{% else %}Create Brand{% endif %} - Adtlas{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Created: {{ form.instance.created_at|date:"F d, Y" }}
Last Updated: {{ form.instance.updated_at|date:"F d, Y" }}
Total Campaigns: {{ form.instance.total_campaigns }}
Are you sure you want to delete the brand {{ form.instance.name }}?
This action cannot be undone. All associated campaigns and data will also be affected.