Add big number component…

…and count the messages to display some totals
This commit is contained in:
Chris Hill-Scott
2015-12-17 11:52:24 +00:00
parent aa0663cad8
commit 2acf599c04
6 changed files with 48 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{% macro table(items, caption='', field_headings='', field_headings_visible=True) -%}
{% macro table(items, caption='', field_headings='', field_headings_visible=True, caption_visible=True) -%}
<table class="table">
<caption class="heading-medium table-heading">
<caption class="heading-medium table-heading{{ ' visuallyhidden' if not caption_visible}}">
{{ caption }}
</caption>
<thead class="table-field-headings{% if field_headings_visible %}-visible{% endif %}">