diff --git a/network-api/networkapi/mozfest/templates/fragments/blocks/mozfest_stats_block.html b/network-api/networkapi/mozfest/templates/fragments/blocks/mozfest_stats_block.html new file mode 100644 index 00000000000..04a84c1adcf --- /dev/null +++ b/network-api/networkapi/mozfest/templates/fragments/blocks/mozfest_stats_block.html @@ -0,0 +1,16 @@ +{% load wagtailcore_tags wagtailimages_tags %} + +{% block block_content %} +
+
+
+ {% for stat in self.stats %} +
+

{{ stat.number }}

+

{{ stat.text }}

+
+ {% endfor %} +
+
+
+{% endblock block_content %}