{% extends "base.html" %} {% block title %}Edit User - National Medlab Cooperative{% endblock %} {% block content %}

Edit User

Back to Users
Edit User Information
{{ 'Verified' if user.is_verified else 'Not Verified' }}
Cancel
{% endblock %}