{% extends "yamlconf/base.html" %} {% comment %} -*- coding: utf-8 -*- Copyright © 2018 VMware, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause {% endcomment %} {% block contents %}
{% for key, info in attrs.items|dictsort:"0.lower" %} {% endfor %}
Attribute Value
{{ key|escape }} {% include "yamlconf/value.html" with value=info.evalue hide=info.hide %}
{% endblock %}