{% extends "base.html" %} {% block title %}설정 - 리얼컴 NAS UI{% endblock %} {% block content %}

운영 계정 변경

{% if msg %}
{{msg}}
{% endif %} {% if error %}
{{error}}
{% endif %}
현재 sudoers 설정: {{current}}
{% endblock %}