Merge pull request #815 from alphagov/weekly-refactor

Weekly stats aggregate page refactor
This commit is contained in:
Leo Hemsted
2016-08-09 09:37:50 +01:00
committed by GitHub
6 changed files with 75 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
{% extends "withnav_template.html" %}
{% block page_title %}
Daily GOV.UK Notify
Previous weeks GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
@@ -33,16 +33,16 @@
{% endif %}
{% endcall %}
{% call field(align='right') %}
{{ item.emails_requested }}
{{ item.email.requested }}
{% endcall %}
{% call field(align='right') %}
{{ item.emails_failure_rate }}%
{{ item.email.failure_rate }}%
{% endcall %}
{% call field(align='right') %}
{{ item.sms_requested }}
{{ item.sms.requested }}
{% endcall %}
{% call field(align='right') %}
{{ item.sms_failure_rate }}%
{{ item.sms.failure_rate }}%
{% endcall %}
{% endcall %}