{% extends "base.html" %} {% block content %}

Alertes

Retour
{% for a in alerts %} {% endfor %}
DateArticleURLAvantAprès
{{ a.created_at|date:"Y-m-d H:i" }} {{ a.source.item.code }} {{ a.source.url }} {% if a.prev_check %}{{ a.prev_check.price_value }}{% endif %} {% if a.new_check %}{{ a.new_check.price_value }}{% endif %}
{% endblock %}