{% extends "base.html" %} {% block title %}Nginx 사용자 관리 - 리얼컴 NAS UI{% endblock %} {% block content %}

웹 사용자 관리

+ 사용자 추가
{% if users %}
{% for user in users %}
{{ user }}
비밀번호 변경
{% endfor %}
{% else %}
등록된 사용자가 없습니다.
{% endif %}
{% endblock %}