{% extends 'base.html' %} {% load static %} {% block style %} {% endblock %} {% block title %}
Username: {{ user.username }}
email: {{ user.email }}
CNIC: {{ user.cnic }}
Phone Number: {{ user.PhoneNo }}
id | Registration No. | ||
---|---|---|---|
{{ vehicle.id }} |
{% if page == 'show' %}
{{ vehicle.registrationNo }} |
{% elif page == 'update' %}
{{ vehicle.registrationNo }} |
{% endif %}
{# #} |