{% extends "emails/base.html" %} {% block title %}{{ alert_type }} Alert - Bitcoin Monitor{% endblock %} {% block content %}
| Event Type: | {{ alert_type|upper }} |
| Detected At: | {{ detected_at|date:"M d, Y H:i" }} UTC |
| Price Deviation: | {{ percent_change|floatformat:1 }}% |
| Previous Status: | {{ previous_status|default:"N/A"|title }} |
{{ recommendation }}