{% extends 'templates/callluge/site_layout.html' %} {% block content %} {% load static %}
Edit User
{% csrf_token %}
Name*
Email Address*
{% if userdetails.email %}
{% else %}
{% endif %}
Phone*
{% if userdetails.phone_no %}
{% else %}
{% endif %}
Street*
{% if userdetails.street %}
{% else %}
{% endif %}
City*
{% if userdetails.city %}
{% else %}
{% endif %}
Country*
Select One
Group1
Group2
State*
Select One
Group1
Group2
Postal Code*
{% if userdetails.postal_code %}
{% else %}
{% endif %}
User Status
{% if userdetails.status == 1 %}
Active
Inactive
{% elif userdetails.status == 2 %}
Active
Inactive
{% else %}
Active
Inactive
{% endif %}
Submit
Cancel
{% endblock %}