{% extends "users.twig" %} {% block subcontent %} {% if updated %}
User {{ user.username }} ({{ user.displayname }}) has been saved
{# {% include('user.twig') %} #} {% else %} {% if error %}
There was a problem saving this user.
{{ message is defined and message ? "%s
"|format(message)|raw : '' }}
Please try again. If the problem persists, contact communications@gold.ac.uk.