{% if not request.user.is_authenticated %} {% if not site.admin_prefix %}

{{_("Welcome to the %s site.") % site.title}}. We are running {{site.short_name}} version {{site.version}}, {{site.description}}

{% endif %}

{{_("You have entered the admin section.")}} {{_("Unlike the web content section there is now a GUI menu bar in the upper part of the screen.")}}

{{_("You will now probably want to use the Log in button in the upper right corner and log in.")}}

{{_("This demo site has %d users, they all have \"1234\" as password:") % site.modules.users.UsersOverview.request().get_total_count()}} {{as_ul('users.UsersOverview')}}

{{_("Your feedback is welcome to lino-users@googlegroups.com or directly to the person who invited you.")}}

{% endif %}