{% extends 'base.html' %} {% load static %} {% block title %}{% if advertiser %}Edit Advertiser{% else %}Add Advertiser{% endif %} - Adtlas{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Advertiser Information

{% csrf_token %}
Basic Information
Enter the official company name
Contact Information
Address Information
Logo and Branding
{% if advertiser.logo %}
Current Logo

Current logo

{% endif %}

Click to upload or drag and drop

Supported formats: JPG, PNG, SVG (Max: 2MB)
Link to brand guidelines document
Business Information
Additional Settings
Cancel {% if advertiser %} View Details {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}