{% extends 'compose_ui/base.html' %} {% block content %}
{% if project_list %} {% include 'compose_ui/snippets/projects_table.html' with project_list=project_list disable_container_actions=disable_container_actions perms=perms only %} {% endif %} {% if not project_list %}

No containers are available.

{% endif %}
{% endblock %}