Your Sizzle Report
{% if user.is_authenticated %}
{% if user.is_authenticated %}
{% endif %}
{% if sizzle_data %}
{{ sizzle_data.date }}
{% else %}
No Data
{% endif %}
| Issue Title | Started | Total | Action |
|---|---|---|---|
| {% if sizzle_data %} {{ sizzle_data.issue_title }} {% else %} No Data {% endif %} | {% if sizzle_data %} {{ sizzle_data.start_time }} {% else %} No Data {% endif %} | {% if sizzle_data %} {{ sizzle_data.duration }} {% else %} No Data {% endif %} | {% if user.is_authenticated %} {% endif %} |
Leaderboard
| Username | Total Duration |
|---|---|
| {{ user.username }} | {{ user.formatted_duration }} |