{% if sidebar_title %}
  • {{ sidebar_title }}
  • {% endif %} {% for item in sidebar_items -%}
  • {{ _(item.title or item.label) }}
  • {%- endfor %} {% if frappe.user != 'Guest' %}
  • {{ _("My Account") }}
  • {% endif %}