{{ title }}

Generated on {{ timestamp }}

{{ repos|length }} Repositories
{% if since_date %}
{{ since_date }} Since
{% endif %}
{% for repo in repos %}

{{ repo.name }} {{ '✓' if not repo.has_errors else '✗' }}

{% if repo.org %}

Org: {{ repo.org }}

{% endif %}

Branch: {{ repo.branch|default('main') }}

Last Commit: {{ repo.last_commit|default('N/A') }}

View Full Report →
{% endfor %}