{% extends 'custom_admin_base.html' %} {% block content %} {% include 'custom_admin_user_sub.html' %}
| No. | 이름 | 메일 | 전화번호 | 벤더 |
|---|---|---|---|---|
| {{ user.pk }} | {{ user.userprofile.user_name }} | {{ user.email }} | {{ user.userprofile.mobile }} | {{ user.userprofile.company }} |
| 적합한 유저 목록이 없습니다 | ||||