[% INCLUDE 'common_header_tags.html' %]
    [% IF c.user_exists %]
  • [% tprintf(loc('Signed in as %s'), c.user.name || c.user.email) %]
  • [% loc('Sign out') %]
  • [% ELSE %]
  •  
  • [% END %]