diff --git a/app/templates/views/dashboard/monthly.html b/app/templates/views/dashboard/monthly.html
index 3198d3314..975fe08f4 100644
--- a/app/templates/views/dashboard/monthly.html
+++ b/app/templates/views/dashboard/monthly.html
@@ -18,14 +18,13 @@
{{ pill(
- 'financial year',
items=years,
current_value=selected_year,
big_number_args={'smallest': True},
) }}
+
{% call(month, row_index) list_table(
months,
caption="Total spend",
diff --git a/app/templates/views/dashboard/template-statistics.html b/app/templates/views/dashboard/template-statistics.html
index ef2a8ec20..c94ec4e6b 100644
--- a/app/templates/views/dashboard/template-statistics.html
+++ b/app/templates/views/dashboard/template-statistics.html
@@ -24,8 +24,8 @@
{% endcall %}
- {% call field() %}
- {% if template_statistics|length > 1 %}
+ {% if template_statistics|length > 1 %}
+ {% call field(align='right') %}
{{ big_number(
@@ -34,14 +34,16 @@
) }}
- {% else %}
+ {% endcall %}
+ {% else %}
+ {% call field() %}
{{ big_number(
item.count,
smallest=True
) }}
- {% endif %}
- {% endcall %}
+ {% endcall %}
+ {% endif %}
{% endcall %}
diff --git a/app/templates/views/signedout.html b/app/templates/views/signedout.html
index 1f652175e..c367cfe9f 100644
--- a/app/templates/views/signedout.html
+++ b/app/templates/views/signedout.html
@@ -10,8 +10,8 @@
{% block maincolumn_content %}
-
-
+
+