{% extends 'profile/master.twig' %} {% from 'macros.twig' import container_title %} {% from '_layout/input.twig' import input_hidden, input_csrf, input_text, input_checkbox, input_file, input_file_raw, input_select %} {% if profile_user is defined %} {% set canonical_url = url('user-profile', {'user': profile_user.id}) %} {% set title = profile_user.name %} {% else %} {% set title = 'User not found!' %} {% endif %} {% block content %} {% if profile_is_editing %}