{# The dashboard. The page itself owns the header, the configuration warnings and the grid; each card owns everything inside it. Which cards there are, and in what order, is `fort.set_dashboard(...)` -- so this template never learns the name of a widget, and a project's own widget renders exactly like a built-in one. #} {% extends "base.html" %} {% block content %}

{{ _(settings.project_name) }}

{% if models %} {{ _("{count} model registered", count=models) if models == 1 else _("{count} models registered", count=models) }} · {{ dialect }} {% else %} {{ _("Nothing registered yet") }} {% endif %}

{# The window every card on the page covers. Links carrying `?days=`, not buttons and not a