{% extends 'base.html' %} {% block title %}{{ t.fleet_register_title }} — PickkerMarket{% endblock %} {% block content %}

{{ t.fleet_register_title }}

{% if company %} {% if company.is_approved %}
{{ t.profile_named_location_registered }}

{{ company.company_name }}

{{ t.fleet_dashboard_title }} →
{% else %}
{{ t.fleet_pending_title }}

{{ company.company_name }}

{{ pending_message }}

{% endif %} {% else %}

{{ t.fleet_register_intro }}

{% csrf_token %}
{% endif %}
{% endblock %}