{% load helpers %}

Config Backup {% if oxi_status == 'ok' %} Up to date {% elif oxi_status == 'stale' %} Stale {% else %} No backup {% endif %}

{% if oxi_snapshot %} {% if oxi_snapshot.commit_subject %} {% endif %}
Last backup {{ oxi_snapshot.commit_timestamp|placeholder }}
Commit {{ oxi_snapshot.commit_sha|slice:":7" }}
Message {{ oxi_snapshot.commit_subject }}
Config History Download {% else %}

No configuration backup has been indexed for this device. Confirm Oxidized backs it up and that its node name matches the source mapping.

{% endif %}