{% extends 'partials/base.html.twig' %} {% set title = "PLUGIN_ADMIN.USER"|tu ~ ": " ~ admin.route|e %} {% block titlebar %}
{{ "PLUGIN_ADMIN.BACK"|tu }}

{{ "PLUGIN_ADMIN.USER"|tu }}: {{ user.username|e }}

{% endblock %} {% block content %}

{{ title }}

{% for field in blueprint.fields %} {% if field.type %} {% set value = attribute(_context, field.name) %}
{% include ["forms/fields/#{field.type}/#{field.type}.html.twig", 'forms/fields/text/text.html.twig'] %}
{% endif %} {% endfor %} {{ nonce_field('form', 'form-nonce')|raw }}
{% endblock %}