$def with (msg, error) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: $:_("My profile") $var Column: $:template_helper.call('preferences_menu',current='profile') $def NavbarF(): $var Navbar: $:NavbarF()

$:_("My profile")

$if error:
$:msg
$elif msg:
$:msg
$if not user_manager.session_username():
$:_("Please set a new username")
$if allow_registration: