{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2024-2026 JWP Consulting GK #} {% extends "base.html" %} {% load i18n %} {% load projectify %} {% block body %}
{% include "common/navigation/header/dashboard.html" %}
{% block dashboard_content %} {% endblock dashboard_content %}
{% include "common/footer.html" %} {% endblock body %}