[% WRAPPER layout.tt title="Sign in" %] [% PROCESS common.tt %] [% IF c.user_exists %]

You are already signed in as [% HTML.escape(c.user.username) %].

[% ELSE %]
[% END %] [% END %]