{% extends 'base.html' %} {% from '_helpers.html' import render_field, render_checkbox_field, render_button %} {% block content %}
Recent comparison results (last {{ comparison_data.history|length }} checks)
| Timestamp | Change % | Method | Changed? |
|---|---|---|---|
| {{ entry.timestamp|format_timestamp_timeago }} | {{ "%.2f"|format(entry.change_percentage) }}% | {{ entry.method }} | {% if entry.changed %} Yes {% else %} No {% endif %} |