{% extends 'base.html' %} {% load static %} {% load static_v %} {% block title %}Register B2B Picker — Admin{% endblock %} {% block extra_head %} {% endblock %} {% block content %} Admin Portal Register B2B Picker ← Back to Manage Users B2B pickers (truck drivers) don't self-signup — you register them here directly. They're immediately approved and visible to B2B customers, and get emailed a link to set their own password and log in. {% csrf_token %} First name Last name Email Phone number Truck type — Select — {% for t in truck_types %} {{ t.icon }} {{ t.name }} ({{ t.capacity_label }}) {% endfor %} Depot / base address Regions served Base location Register Picker {% endblock %} {% block extra_scripts %} {% endblock %}
B2B pickers (truck drivers) don't self-signup — you register them here directly. They're immediately approved and visible to B2B customers, and get emailed a link to set their own password and log in.