{% extends 'custom_admin_base.html' %} {% block content %} {% include 'custom_admin_user_sub.html' %}
{% if object_list %} {% for user in object_list %} {% endfor %} {% else %} {% endif %}
No. 이름 메일 전화번호 벤더
{{ user.pk }} {{ user.userprofile.user_name }} {{ user.email }} {{ user.userprofile.mobile }} {{ user.userprofile.company }}
적합한 유저 목록이 없습니다
신규등록 전체목록
{% include 'pagination/pagination.html' %}
{% endblock content %}