{{ data.total_days }}
{{ data.fasting_days_count }}
{{ data.fasting_rate_pct }}%
{% if data.current_streak.count > 0 %} {{ data.current_streak.count }} {{ data.current_streak.type }} {% else %} — {% endif %}
Periodic fasting: {{ data.periodic_threshold_hours }}h+ gaps ({{ data.periodic_fasting_count }} days) · Full fasting: {{ data.full_threshold_hours }}h+ gaps ({{ data.full_fasting_count }} days) · Liquid fasting: {{ data.liquid_fasting_count }} days
| # | Type | Length | Start | End |
|---|---|---|---|---|
| {{ forloop.counter }} | {{ streak.type|title }} | {{ streak.count }} day{{ streak.count|pluralize }} | {{ streak.start }} | {{ streak.end }} |
| Date | Type |
|---|---|
| {{ day.date }} | {% if day.type == 'full' and day.had_drink %} Liquid Fast {% elif day.type == 'full' %} Full Fast {% else %} Periodic Fast {% endif %} |
No fasting days detected for this period.
{% endif %}