🕒 {{ language_dict['history'] }}
{% if history %}
{{ history|length }}
Total Excuses
{{ favorites|length if favorites else 0 }}
Favorites
{{ ((favorites|length if favorites else 0) / history|length * 100)|round|int }}%
Success Rate
{% for item in history %}
{{ item['excuse'] }}
{{ item['timestamp'] }}
{% if item['excuse'] not in favorites %}
⭐ Add to {{ language_dict['favorites'] }}
{% else %}
Favorited
{% endif %}
{% endfor %}
{% else %}
📝
No excuses generated yet!
Start creating some creative excuses to see them here
{% endif %}
⬅ Back to Home