{{ app_name }}

{{ t('app_tagline') }}

{% block page_heading %}{% endblock %}

{{ t('notifications') }} {{ unread_notifications_count }}
{% for notification in latest_notifications %} {{ notification.title }} {{ notification.message }} {% else %} {{ t('no_notifications') }} {% endfor %}
{{ current_user.full_name if current_user.is_authenticated else t('guest') }} {% if current_user.is_authenticated %}
{% endif %}