]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/fireinfo/admin.html
Merge branch 'master' of ssh://people.ipfire.org/pub/git/ipfire.org
[ipfire.org.git] / src / templates / fireinfo / admin.html
CommitLineData
dc96f754
MT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("Admin") }}{% end block %}
4
5{% block container %}
6 <section>
7 <div class="container">
8 <div class="row">
9 <div class="col col-lg-8">
10 <h1 class="display-2">{{ "{:,d}".format(count) }}</h1>
11
12 <p>
13 {{ _("Total amount of systems reporting back to Fireinfo") }}
14 </p>
15 </div>
16 </div>
17 </div>
18 </section>
19{% end block %}