]> git.ipfire.org Git - ipfire.org.git/blame - templates/talk/diagnosis.html
talk: Update for Kamailio
[ipfire.org.git] / templates / talk / diagnosis.html
CommitLineData
66862195
MT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("Diagnosis") }}{% end block %}
4
5{% block body %}
6 <div class="page-header">
77431b9c 7 <h2>{{ _("Diagnosis") }}</h2>
66862195
MT
8 </div>
9
10 <section id="test-call">
77431b9c 11 <h3>{{ _("Test Call") }}</h3>
66862195
MT
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>
77431b9c
MT
19
20 {% if current_user.is_admin() %}
21 <section id="lines">
22 {% module TalkLines(show_account=True) %}
23 </section>
24 {% end %}
66862195 25{% end block %}