{% extends "Froxlor/user/form.html.twig" %} {% block content %} {{ parent() }} {% if replacers is not empty and replacers is iterable %}
{{ lng('admin.templates.template_replace_vars') }}
{% for replacer in replacers.replacers %} {% if (replacer.visible is defined and replacer.visible) or replacer.visible is not defined %}
{{ '{' }}{{ replacer.var }}{{ '}' }}
{{ replacer.description }}
{% endif %} {% endfor %}
{% endif %} {% endblock %}