{% 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 pada scope {{ scope }}
{% include "block.config.save.html" %} {% endblock %}