{{_("Quick links:")}} {% for mi in settings.SITE.get_quicklinks(ar).items %} [{{E.tostring(ar.window_action_button(mi.bound_action,icon_name=None))}}] {% endfor %}
{% if site.use_davlink %} {% endif %} {% if site.use_eidreader %} {% endif %}{{_("Hi, %(first_name)s!") % dict(first_name=ar.get_user().first_name)}} {% set sep = joiner(',') %} {% for msg in settings.SITE.get_welcome_messages(ar) %} {{ E.tostring(msg) }} {% endfor %} {% for table,text in settings.SITE.get_todo_tables(ar) %} {% set r = table.request(user=ar.get_user()) %} {% if r.get_total_count() != 0 %} {{ sep() or _("You have") }} {{ E.tostring(ar.href_to_request(r,text % r.get_total_count())) }} {% endif %} {% endfor %}
{% block feedback %} {% if site.is_demo_site %}{{_("This is a Lino demo site.")}} {{_("Try also the other demo sites.")}} {{_("Your feedback is welcome to lino-users@googlegroups.com or directly to the person who invited you.")}}
{% endif %} {% endblock %} {% block admin_main_items %} {% for T in settings.SITE.get_admin_main_items(ar) %} {% if T.default_action.get_view_permission(ar.get_user().profile) %}{{_("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.")}}
{% else %}{{_("Welcome to the %s site.") % site.title}} {% if site.verbose_name and site.url and site.version %} {{_("We are running %(name)s version %(version)s") % dict( name=E.tostring(E.a(site.verbose_name,href=site.url)), version=site.version)}} {% endif %}
{% endif %}{{_("You will now probably want to use the Log in button in the upper right corner and log in.")}}
{% if site.user_model and site.is_demo_site %}{{_("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 %} {{ self.feedback() }} {% endblock %} {% endif %}