{% extends "emails/base.html" %} {% block title %}Daily Digest - Bitcoin Monitor{% endblock %} {% block content %}
📊 DAILY DIGEST: {{ date|date:"F d, Y" }}

24-Hour Summary

{{ summary_period }}

Market Status
{{ market_status|upper }}
{% if market_status == 'dip' %}Price below yearly average {% elif market_status == 'peak' %}Price above yearly average {% else %}Price within normal range{% endif %}
${{ current_price|floatformat:2 }}
Current Price
${{ daily_high|floatformat:2 }}
24h High
${{ daily_low|floatformat:2 }}
24h Low
{{ daily_change|floatformat:1 }}%
24h Change

📈 Market Activity

Events Today: {{ events_count }}
Price Fetches: {{ price_fetches }}
System Uptime: {{ uptime_percentage|floatformat:1 }}%
{% if events_today %}

⚠️ Events Today

{% endif %}
{% if market_insight %}

📋 Market Insight

{{ market_insight }}

{% endif %}

Next digest: Tomorrow at 08:00 UTC

View Full Dashboard
{% endblock %}