{% extends "layout-with-topbar.html" %} {% block content %} {% include "block.config.save.html" %} {% for scope, items in configs %} {% for keyword, value in items|dictsort %} {% endfor %} {% endfor %}
{{ scope }}
{{ keyword }} {% if isMask(scope, keyword) %} ******** {% else %} {{ value }} {% endif %} [ edit ] [ delete ]
Tambah item
{% include "block.config.save.html" %} {% endblock %}