{% extends 'main/base.html' %} {% block content %}
Your Notifications
{% for n in data %}

You will be notified if {{ n.card_id.name }}'s price drops below {{ n.price_threshold }}. delete

{% endfor %}
{% endblock %}