{% extends "base.html" %} {% block title %}Canon — {{ overview.org }}{% endblock %} {% block content %} {% from "partials/empty_state.html" import empty_state %}

{{ overview.org }}

{{ overview.total_repos }} repositories · {{ overview.total_specs }} specs{% if overview.total_docs %} · {{ overview.total_docs }} docs{% endif %}

{% if not overview.repos_with_specs and not overview.repos_without_specs %} {{ empty_state( icon='', heading="No repositories found", description="Install the Canon GitHub App on your organization to start tracking specs.", cta_text="View setup guide", cta_href="https://github.com/apps/canon-hq" ) }} {% else %}
{% if facets is defined and facets.repo %} {% endif %}
{% include "partials/spec_list.html" %}
{% endif %} {% endblock %}