{% extends "layouts/base.html" %} {% load static %} {% block title %} {% if agency.pk %} Edit Agency - {{ agency.name|default:"" }} {% else %} Add Agency {% endif %} {% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}
{% csrf_token %}

Agency Information

{% if agency.logo %} Agency Logo {% else %}
Click to upload
{% endif %}
Upload agency logo (PNG, JPG, SVG recommended)
Official business name of the agency
Legal business name (if different)
Category/type of agency services
Detailed description of agency services and specializations

Contact Information

Primary email address for communications
Primary phone number including country code
Official agency website
Year the agency was established

Business Information

Size category based on employee count
Exact number of employees (optional)
Primary time zone for operations
Primary language for communications
Primary areas of expertise and services offered

Address Information

Physical street address
City name
State or province
ZIP or postal code
Country location

Agency Preview

{% if agency.logo %} {% else %}
{% endif %}
Agency Name

Agency Type

Size

Agency description will appear here...

{% if agency.pk %} {% endif %}
{% endblock content %} {% block modals %} {% if agency.pk %} {% endif %} {% endblock modals %} {% block extra_js %} {% endblock extra_js %}