{% extends 'base.html' %} {% load static %} {% 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 %} {% else %} Vehicle type {% for value, label in vehicle_choices %} {{ label }} {% endfor %} License plate Sources from {% for value, label in source_choices %} {{ label }} {% endfor %} {% endif %} {% if picker_profile.picker_segment == 'b2b' %}Depot / base address{% else %}Market location{% endif %} Regions served Pickup location 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 %}
Approval status: {% if picker_profile.is_approved %}Approved{% else %}Pending — approve from the Manage Users list{% endif %}
← Back to Manage Users