{% extends "layouts/mobile_base.twig" %} {% set active_nav = 'dashboard' %} {% set net = summary.network ?? {} %} {% set shops = summary.shops ?? [] %} {% set today_date = 'now' | date('Y-m-d') %} {% set today_label = date ?? today_date %} {% set currency = currency_symbol ?? '€' %} {% block title %}{{ translations.dashboard ?? 'Dashboard' }}{% endblock %} {% block page_title %}{{ translations.dashboard ?? 'Dashboard' }}{% endblock %} {% block page_subtitle %} {{- today_label | date('l, d M Y') -}} {%- if today_label != 'now' | date('Y-m-d') %} {{ translations.historical ?? 'historical' }} {%- endif %} {% endblock %} {% block topbar_actions %}