aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/emptyhomes/front/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/emptyhomes/front/stats.html')
-rw-r--r--templates/web/emptyhomes/front/stats.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/emptyhomes/front/stats.html b/templates/web/emptyhomes/front/stats.html
new file mode 100644
index 000000000..f6aacf859
--- /dev/null
+++ b/templates/web/emptyhomes/front/stats.html
@@ -0,0 +1,7 @@
+[% USE Comma %]
+[% stats = c.cobrand.front_stats_data %]
+
+<div id="front_stats">
+ <div>[% tprintf( loc("<big>%s</big> reports"), stats ) | comma %]</div>
+ <div><a href="/local/">[% loc('Find latest local and national news') %]</a></div>
+</div>