{% extends 'manage/general/master.twig' %} {% from 'macros.twig' import container_title %} {% from '_layout/input.twig' import input_csrf, input_text, input_checkbox, input_file, input_select, input_colour %} {% set title = ('Removing setting ' ~ conf_var.name) %} {% block manage_content %}
{{ container_title(' ' ~ title) }}
Are you sure you want to delete this setting? It cannot be recovered.
{{ input_csrf() }}
{{ conf_var.name }}
{{ conf_var.type }}
{{ conf_var.value|json_encode }}
No
{% endblock %}