{% if user.exists %}

{{ "PLUGIN_ADMIN.AVATAR_BY"|tu }} gravatar.com

{{ user.fullname }}

{% if user.title %}
{{ user.title }}
{% endif %}
{% else %}

{{ "PLUGIN_ADMIN.CREATE_NEW_USER"|tu }}

{% endif %} {% include 'partials/blueprints.html.twig' with { data: user, blueprints: user.blueprints } %} {% if user.exists and admin.user.username != user.username %}
{{ "PLUGIN_ADMIN.REMOVE_USER"|tu }}
{% endif %}