{% load i18n %} {% for tick in chart.y_ticks %} {{ tick.label }} {% endfor %} {% for tick in chart.x_ticks %} {{ tick.label }} {% endfor %} {% for point in chart.points %} {{ point.date|date:"Y-m-d" }} — {{ point.ready_pct }}% ({{ point.compliant }}+{{ point.subs }}/{{ point.audience }} {% translate "ready" %}; {{ point.non_compliant }} {% translate "non-compliant" %}, {{ point.no_submission }} {% translate "no submission" %}) {% endfor %}