{% extends "base.html" %} {% block content %}
âšī¸ Overview: {{ stats.total }} items, {{ stats.issues }} issues and {{ stats.pulls }} PRs/MRs. {{ stats.gitlab }} from GitLab, {{ stats.github }} from GitHub. {{ stats.due_dates_total }} have due dates, {{ stats.milestones_total }} milestones, and {{ stats.epics_total }} epics.
{% if new_issues %}đ New issues: {% for id, title in new_issues.items() %}{{ title }} {{ ", " if not loop.last else "" }} {% endfor %}