{% extends "base.html" %} {% block title %}Unified Inbox — Agent Mail{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Your Projects

{{ projects|length }} project{{ 's' if projects|length != 1 else '' }} in total

{% if projects|length > 0 %}
{% endif %}
{% if projects %}

No projects found

No project names match your search query

{% else %}

No Projects Yet

Create your first project to get started with agent collaboration

{% endif %}
{% endblock %}