{% if not request.user.profile.authenticated %} {{_("You will now probably want to use the Log in button in the upper right corner and log in.")}} {% else %}

{{_("Quick links:")}} {% for mi in settings.SITE.get_quicklinks(ar).items %} [{{E.tostring(ar.window_action_button(mi.bound_action))}}] {% endfor %}

{{_("Welcome")}}

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

{% set T = settings.SITE.modules.pcsw.UsersWithClients %}

{{T.label}}

{{E.tostring(ar.show(T))}}

{{_('Upcoming reminders')}}

{{settings.SITE.reminders_as_html(ar,days_forward=30, max_items=10,before='
  • ', separator='
  • ', after="
")}}
{% endif %}