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

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

{% else %}

{{_("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.")}}

{% endif %} {% if site.user_model %}

{{_("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')}} {% endif %} {% endif %}

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