]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/talk/diagnosis.html
basic styling talk.ipfire.org
[people/shoehn/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 %}
729c06b8
SH
6<div class="container">
7 <section class="features-content col-12">
8 <h2 class="display-2 text-center">{{ _("Diagnosis") }}</h2>
9
10 <div class="row">
11 <div class="col-6">
12 <i class="fa fa-phone" aria-hidden="true"></i>
13 <span class="text-success"></span>
14 <a href="/call/9999">9999<span class="text-muted">@ipfire.org</span></a> - {{ _("A music playing service") }}
15 </div>
16
17 <div class="col-6">
18 {% if current_user.is_admin() %}
19 <section id="lines">
20 {% module TalkLines(show_account=True) %}
21 </section>
22 {% end %}
23 </div>
66862195
MT
24 </div>
25 </section>
729c06b8 26</div>
66862195 27{% end block %}