{% extends "django_prometric/base.html" %}
{% load i18n prometric_extras %}
{% block title %}{% translate "Snapshots" %}{% endblock %}
{% block page_title %}{% translate "Snapshots" %}{% endblock %}
{% block content %}
{% if sources %}
{% translate "Take a snapshot" %}
| {% translate "Taken" %} | {% translate "Window" %} | {% translate "Sources" %} | {% translate "Series" %} | ||
|---|---|---|---|---|---|
| {{ snapshot.taken_at|date:"M j, Y H:i" }} | {% if snapshot.window_start %} {{ snapshot.window_start|date:"M j" }} – {{ snapshot.window_end|date:"M j, Y" }} {% else %} {{ snapshot.period }} {% endif %} | {% for slug in snapshot.provider_slugs %}{{ slug }} {% endfor %} | #{{ snapshot.parent_id|default:snapshot.pk }} |
{% translate "No snapshots yet. Save one to freeze today's numbers, then take it again later to compare." %}