{% for config, val in { "Max Container Count": ("docker_max_container_count", "The maximum number of countainers allowed on the server"), "Max Renewal Times": ("docker_max_renew_count", "The maximum times a user is allowed to renew a container"), "Docker Container Timeout": ("docker_timeout", "A container times out after [timeout] seconds."), }.items() %} {% set value = get_config('whale:' + val[0]) %}
{% endfor %}