{% extends "yamlconf/base.html" %} {% comment %} -*- coding: utf-8 -*- Copyright © 2018 VMware, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause {% endcomment %} {% load yamconf_tags %} {% block contents %} {% if info.value != info.evalue %} {% endif %}
Value Source
{% include "yamlconf/value.html" with value=info.value hide=info.hide %} {{ info.source }}
=> {% include "yamlconf/value.html" with value=info.evalue hide=info.hide %}
{% if info.doc %}

Documentation

{% for doc in info.doc %}
{{ doc }}
{% endfor %} {% endif %} {% if info.history %}

Eclipsed Values

{% for rec in info.history %} {% endfor %}
Value Source
{% include "yamlconf/value.html" with value=rec.0 hide=info.hide %} {{ rec.1 }}
{% endif %} {% endblock %}