{% extends 'base.html' %} {% load crispy_forms_tags %} {% load templatetags %} {% block content %} {% if user.is_authenticated and user.profile.user_type == 'Manager' %}
Customer Name | Contact Number | Address | Email id |
---|---|---|---|
{{ data.user.first_name}} {{data.user.last_name }} | {{ data.contact_number}} | {{ data.address }} | {{ data.user.email}} |