{% extends "base.html" %} {% block content %}

My assigned issues and pull request reviews

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.

{%- for issue in issues|sort(attribute="rank") %}
{# First line: Icon, Title and Service #}
{%- if issue.pull %} {%- else %} {%- endif %} {{- issue.title }} {%- if issue.service == "gitlab" %} {%- elif issue.service == "github" %} {%- elif issue.service == "todo" %} {%- endif %}
{%- endfor %} {% endblock %}