{% extends "base.html" %} {% block content %}
| Date | Article | URL | Avant | Après |
|---|---|---|---|---|
| {{ a.created_at|date:"Y-m-d H:i" }} | {{ a.source.item.code }} | {% if a.prev_check %}{{ a.prev_check.price_value }}{% endif %} | {% if a.new_check %}{{ a.new_check.price_value }}{% endif %} |