{% extends "userface/adminportal.html" %} My Parking {% block active %} {% endblock active %} {% block title %}

Vehicle List

{% endblock title %} {% block action %} Register Vehicle {% endblock action %} {% block content %} {% if vehicle_list %} {% else %}

You have no vehicles

{% endif %} {% endblock %}