{% extends "base.html" %} {% block style %} {% endblock style %} {% block content %} {% include "includes/sidenav.html" %} {% if today %}
{% for username, prs in user_stats %} {% empty %} {% endfor %}
Username Pull Requests
{{ username }} {{ prs }}
No activity found.
{% else %}
{% for user, stats in user_stats.items %} {% empty %} {% endfor %}
Username Commits Issues Opened Issues Closed Assigned Issues Pull Requests Comments
{{ user }} {{ stats.commits }} {{ stats.issues_opened }} {{ stats.issues_closed }} {{ stats.assigned_issues }} {{ stats.prs }} {{ stats.comments }}
No activity found.
{% endif %} {% endblock content %} {% block scripts %} {% endblock scripts %}