Move mod/friendica to src/Module/Friendica
[friendica.git/.git] / view / templates / friendica.tpl
1 <h1>Friendica</h1>
2 <br>
3 <p>{{$about nofilter}}</p>
4 <br>
5 <p>{{$friendica nofilter}}</p>
6 <br>
7 <p>{{$bugs nofilter}}</p>
8 <br>
9 <p>{{$info nofilter}}</p>
10 <br>
11
12 <p>{{$visible_addons.title nofilter}}</p>
13 {{if $visible_addons.list}}
14 <div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">{{$visible_addons.list nofilter}}</div>
15 {{/if}}
16
17 {{if $tos}}
18 <p>{{$tos}}</p>
19 {{/if}}
20
21 {{if $block_list}}
22 <div id="about_blocklist">
23         <p>{{$block_list.title nofilter}}</p>
24         <br>
25         <table class="table">
26                 <thead>
27                         <tr>
28                                 <th>{{$block_list.header[0] nofilter}}</th>
29                                 <th>{{$block_list.header[1] nofilter}}</th>
30                         </tr>
31                 </thead>
32                 <tbody>
33                 {{foreach $block_list.list as $blocked}}
34                         <tr>
35                                 <td>{{$blocked.domain nofilter}}</td>
36                                 <td>{{$blocked.reason nofilter}}</td>
37                         </tr>
38                 {{/foreach}}
39                 </tbody>
40         </table>
41 </div>
42
43 {{/if}}
44
45 {{$hooked}}