{% load i18n %}
{{ m.metric.name }} | {{ m.trends.current_day }} |
{% trans "yesterday"|capfirst %} | {% trans "prev week"|capfirst %} | {% trans "prev month"|capfirst %} | |
---|---|---|---|
{{ m.metric.name }} | {{ m.trends.yesterday.yesterday }} | {{ m.trends.yesterday.previous_week }} | {{ m.trends.yesterday.previous_month }} |
{% trans "week to date"|capfirst %} | {% trans "last week"|capfirst %} | {% trans "this week last month"|capfirst %} | {% trans "this week last year"|capfirst %} | ||
---|---|---|---|---|---|
{{ m.metric.name }} | {{ m.trends.current_day }} | {{ m.trends.week.week }} | {{ m.trends.week.previous_week }} | {{ m.trends.week.previous_month_week }} | {{ m.trends.week.previous_year_week }} |
{% trans "month to date"|capfirst %} | {% trans "last month"|capfirst %} | {% trans "this month last year"|capfirst %} | |
---|---|---|---|
{{ m.metric.name }} | {{ m.trends.month.month }} | {{ m.trends.month.previous_month }} | {{ m.trends.month.previous_year_month }} |
{% trans "year to date"|capfirst %} | {% trans "last year"|capfirst %} | |
---|---|---|
{{ m.metric.name }} | {{ m.trends.year.year }} | {{ m.trends.year.previous_year }} |