{% extends 'base.html' %} {% load static %} {% load static_v %} {% block title %}Edit User — Admin{% endblock %} {% block extra_head %} {% if picker_profile %}{% endif %} {% endblock %} {% block content %} Admin Portal Edit {{ edited_user.first_name }} {{ edited_user.last_name }} {{ edited_user.email }} · {{ edited_user.role|title }} {% csrf_token %} First name Last name Phone number {% if customer_profile %} Account type {% for value, label in account_type_choices %} {{ label }} {% endfor %} Business name Address {{ customer_profile.address }} City Area {% endif %} {% if picker_profile %} Segment: {% if picker_profile.picker_segment == 'b2b' %}B2B (truck){% else %}B2C{% endif %} {% if picker_profile.picker_segment == 'b2b' %} Truck type {% for t in truck_types %} {{ t.icon }} {{ t.name }} ({{ t.capacity_label }}) {% endfor %} Ties to these warehouses/industries/markets A standalone B2B picker (one truck, no fleet company) offered first for an order tied to any of these — ctrl/cmd-click to select more than one. Leave empty to stay in the general B2B pool, matched by proximity only. {% for w in vendor_tie_options %} {{ w.name }} ({{ w.vendor_type|title }}) {% endfor %} {% else %} Vehicle type {% for value, label in vehicle_choices %} {{ label }} {% endfor %} License plate Sources from {% for value, label in source_choices %} {{ label }} {% endfor %} Base market — pick manually on the map — {% regroup markets by region as region_list %} {% for region in region_list %} {% for m in region.list %} {{ m.name }} {% endfor %} {% endfor %} {% endif %} {% if picker_profile.picker_segment == 'b2b' %}Depot / base address{% else %}Market location{% endif %} Regions served Registered region (B2C region-lock) For individual customer orders only — leave unset to keep matching by distance only. Photo — review before approving {% if picker_profile.photo_url %} {% else %} Not provided yet (optional for now) {% endif %} License / ID number Pickup location Search a market/area name, use current location, click the map to set a pin, drag the pin to fine-tune, or reset it if the picker couldn't set it themselves. Use current location Reset location Latitude Longitude Type exact coordinates directly if you have them — the map and address above update to match. Approval status: {% if picker_profile.is_approved %}Approved{% else %}Pending — approve from the Manage Users list{% endif %} {% endif %} Save changes ← Back to Manage Users {% endblock %} {% block extra_scripts %} {% if picker_profile %} {% endif %} {% endblock %}
{{ edited_user.email }} · {{ edited_user.role|title }}
Segment: {% if picker_profile.picker_segment == 'b2b' %}B2B (truck){% else %}B2C{% endif %}
A standalone B2B picker (one truck, no fleet company) offered first for an order tied to any of these — ctrl/cmd-click to select more than one. Leave empty to stay in the general B2B pool, matched by proximity only.
For individual customer orders only — leave unset to keep matching by distance only.
Not provided yet (optional for now)
Search a market/area name, use current location, click the map to set a pin, drag the pin to fine-tune, or reset it if the picker couldn't set it themselves.
Type exact coordinates directly if you have them — the map and address above update to match.
Approval status: {% if picker_profile.is_approved %}Approved{% else %}Pending — approve from the Manage Users list{% endif %}
← Back to Manage Users