]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/talk/diagnosis.html
Huge update for fireinfo, introducting talk and nopaste
[people/shoehn/ipfire.org.git] / templates / talk / diagnosis.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Diagnosis") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h3>{{ _("Diagnosis") }}</h3>
8 </div>
9
10 <section id="test-call">
11 <h4>{{ _("Test Call") }}</h4>
12
13 <div class="well">
14 <span class="glyphicon glyphicon-earphone text-success"></span>
15 <a href="/call/9999"">9999<span class="text-muted">@ipfire.org</span></a>
16 - {{ _("A music playing service") }}
17 </div>
18 </section>
19 {% end block %}