{{_("Quick links:")}} {% for mi in settings.SITE.get_quicklinks(ar).items %} [{{E.tostring(ar.window_action_button(mi.bound_action))}}] {% endfor %}
{{_("Hi, %(first_name)s!") % dict(first_name=ar.get_user().first_name)}} {% set sep = joiner(',') %} {% 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 %}{{_("Your feedback is welcome to lino-users@googlegroups.com or directly to the person who invited you.")}}
{% endif %} {% endblock %} {% endblock %} {% else %} {% block hello_anonymous %} {% if site.admin_prefix %}{{_("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 %} We are running {{site.verbose_name}} 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 %}