Mercurial > libervia-website
annotate templates/default/press/press.html @ 35:347d32030451 default tip
presentation (docker): add info on how to connect
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 12 Dec 2023 17:01:20 +0100 |
parents | 5370c524bffd |
children |
rev | line source |
---|---|
0 | 1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} |
2 | |
3 {% block body %} | |
4 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
5 <div class="section content"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
6 <div class="message is-info"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
7 <div class="message-body">note: the name "Salut à Toi" is the former name of "Libervia", you can see both names below</div> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
8 </div> |
0 | 9 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
10 <h2 class="title"> |
0 | 11 {% trans %}Releases and campaigns{% endtrans %} |
12 </h2> | |
13 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
14 <div> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
15 <div class="box">{% trans %}October, 26th - December, 05th 2015{% endtrans %}, <span class="has-text-weight-bold"><a target="#" href="http://web.archive.org/web/20170610201021/http://www.arizuka.com/{% trans %}en{% endtrans %}/projects/libervia">{% trans %}Crowdfunding campaign on Arizuka{% endtrans %}</a></span></div> |
0 | 16 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
17 <div class="box">{% trans %}June, 15th 2015{% endtrans %}, <span class="has-text-weight-bold">{% trans %}Membership campaign for Libervia, a free and decentralised social network{% endtrans %}</span> - <a target="#" href="press_releases/20150615/{% trans %}Libervia - Press release.pdf{% endtrans %}">{% trans %}text{% endtrans %}</a> + <a href="press_releases/20150615/libervia_overview.png" target="#">{% trans %}picture{% endtrans %}</a></div> |
0 | 18 |
19 </div> | |
20 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
21 <h2 class="title"> |
0 | 22 {% trans %}Articles{% endtrans %} |
23 </h2> | |
24 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
25 <div class="my-5"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
26 <div class="message is-info"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
27 <div class="message-body"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
28 {% trans %}If you want to write an article about Libervia, we would be pleased to answer your questions. Please contact us.{% endtrans %} |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
29 </div> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
30 </div> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
31 </div> |
0 | 32 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
33 <div> |
0 | 34 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
35 <div class="box">Futter, 2015, <a href="http://fttr.at/2015/12/04/alternative-zu-facebook-entsteht-in-wien/" target="#" class="has-text-weight-bold">Alternative zu Facebook entsteht in Wien</a> ({% trans %}German{% endtrans %})</div> |
0 | 36 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
37 <div class="box">meinbezirk.at, 2015, <a href="http://www.meinbezirk.at/mariahilf/chronik/neues-facebook-entsteht-mitten-im-sechsten-d1560433.html" target="#" class="has-text-weight-bold">Neues Facebook entsteht mitten im Sechsten</a> ({% trans %}German{% endtrans %})</div> |
0 | 38 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
39 <div class="box">Framasoft, 2015, <a href="http://framablog.org/2015/11/02/salut-a-toi-couteau-suisse-des-reseaux-sociaux-libres/" target="#" class="has-text-weight-bold">Salut à toi, couteau suisse des réseaux sociaux libres</a> ({% trans %}French{% endtrans %})</div> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
40 |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
41 <div class="box">{% trans author="Drapher", magazine="Reflets.info" %}{{ author }} for {{ magazine }}{% endtrans %}, 2014, <a href="https://reflets.info/sat-le-couteau-suisse-libre-et-open-source-de-la-communication/" target="#" class="has-text-weight-bold">SàT : le couteau suisse Libre et open source de la communication</a> ({% trans %}French{% endtrans %})</div> |
0 | 42 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
43 <div class="box">{% trans author="Mathias Huber", magazine="Linux-Magazin Online" %}{{ author }} for {{ magazine }}{% endtrans %}, 2014, <a href="http://www.linux-magazin.de/NEWS/Salut-a-Toi-Verbesserter-XMPP-Client" target="#" class="has-text-weight-bold">Salut à Toi; Verbesserter XMPP-Client</a> ({% trans %}German{% endtrans %})</div> |
0 | 44 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
45 <div class="box">Ani Andre, 2014, <a href="http://andre-ani.fr/news/profil-libriste-goffi/" target="#" class="has-text-weight-bold">Profil de libriste : Goffi</a> ({% trans %}French{% endtrans %})</div> |
0 | 46 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
47 <div class="box">LinuxFr.org, <a href="https://linuxfr.org/tags/s%C3%A0t/public" target="#">{% trans %}articles about Salut à Toi{% endtrans %}</a> ({% trans %}French{% endtrans %})</div> |
0 | 48 |
49 </div> | |
50 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
51 <h2 class="title"> |
0 | 52 {% trans %}Radio{% endtrans %} |
53 </h2> | |
54 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
55 <div> |
0 | 56 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
57 <div class="box">Ici et maintenant, 2014, <span class="has-text-weight-bold">Hotline</span> ({% trans %}French{% endtrans %}) - <a target="#" href="ftp://ftp.goffi.org/media/radio/270914-hotline.ogg">audio</a> |
0 | 58 </div> |
59 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
60 <div class="box">Symbiose, 2014, <span class="has-text-weight-bold">« Salut à toi » L’outil de communication / réseau social libre développé par Goffi</span> ({% trans %}French{% endtrans %}) - <a target="#" href="http://symbiose.bonnes-ondes.fr/ep/salut-a-toi-version-longue">audio</a> |
0 | 61 </div> |
62 | |
63 </div> | |
64 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
65 <h2 class="title"> |
0 | 66 {% trans %}Conferences{% endtrans %} |
67 </h2> | |
68 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
69 <div class="my-5"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
70 <div class="message is-info"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
71 <div class="message-body"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
72 {% trans %}If you think that we could bring something interesting to an event (conference, booth, workshop…), feel free to contact us.{% endtrans %} |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
73 </div> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
74 </div> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
75 </div> |
0 | 76 |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
77 <div> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
78 |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
79 <div class="box"> |
30 | 80 Goffi, <span class="has-text-weight-bold">Libervia: l’écosystème de communication universel</span> |
81 <ul> | |
82 <li>Pas Sage En Seine 23, {% trans %}Paris{% endtrans %}, 2023 ({% trans %}French{% endtrans %}) - <a | |
83 href="https://video.passageenseine.fr/w/dxwg54S38BKPcNPKTWKiFa" | |
84 target="#" >{% trans %}video{% endtrans %}</a> | |
85 </li> | |
86 </ul> | |
87 </div> | |
88 | |
89 <div class="box"> | |
90 Goffi, <span class="has-text-weight-bold">Libervia: the Universal Communication Ecosystem</span> | |
91 <ul> | |
92 <li>OW2Con 23, {% trans %}Paris{% endtrans %}, 2023 ({% trans %}English{% endtrans %}) - <a | |
93 href="https://www.ow2con.org/view/2023/Videos" | |
94 target="#" >{% trans %}video{% endtrans %} (not yet available)</a> | |
95 </li> | |
96 </ul> | |
97 </div> | |
98 | |
99 <div class="box"> | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
100 Goffi, <span class="has-text-weight-bold">XMPP Beyond Instant Messaging</span> |
0 | 101 <ul> |
102 <li>FOSDEM, {% trans %}Brussels{% endtrans %}, 2019 ({% trans %}English{% endtrans %}) - <a | |
103 href="https://video.fosdem.org/2019/H.1309/xmpp_beyond_im.webm" | |
104 target="#" >{% trans %}video{% endtrans %} (webm/vp9)</a>, <a | |
105 href="https://video.fosdem.org/2019/H.1309/xmpp_beyond_im.mp4" | |
106 target="#" >{% trans %}video{% endtrans %} (mp4)</a></li> | |
107 </ul> | |
108 </div> | |
109 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
110 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
111 Goffi, <span class="has-text-weight-bold">Salut à Toi: A Python Based Social Network And More</span> |
0 | 112 <ul> |
113 <li>FOSDEM, {% trans %}Brussels{% endtrans %}, 2019 ({% trans %}English{% | |
114 endtrans %}) - <a | |
115 href="https://video.fosdem.org/2019/UD2.120/python_salut_a_toi_network.webm" | |
116 target="#" >{% trans %}video{% endtrans %} (webm/vp9)</a>, <a | |
117 href="https://video.fosdem.org/2019/UD2.120/python_salut_a_toi_network.mp4" | |
118 target="#" >{% trans %}video{% endtrans %} (mp4)</a></li> | |
119 </ul> | |
120 </div> | |
121 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
122 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
123 Goffi, <span class="has-text-weight-bold">Salut à Toi: un écosystème de communication libre, standard et décentralisé</span> |
0 | 124 <ul> |
125 <li>PyConFr, {% trans %}Lille{% endtrans %}, 2018 ({% trans %}French{% | |
126 endtrans %}) - <a | |
127 href="https://pyvideo.org/pycon-fr-2018/salut-a-toi-un-ecosysteme-de-communication-libre-standard-et-decentralise.html" | |
128 target="#" >{% trans %}video{% endtrans %}</a></li> | |
129 </ul> | |
130 </div> | |
131 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
132 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
133 Goffi, <span class="has-text-weight-bold">Technology is not neutral: meet Libervia and Cagou (Salut à Toi) - free and ethical communication tools</span> |
0 | 134 <ul> |
135 <li>LinuxDays, Prague, 2016 ({% trans %}English{% endtrans %})</li> | |
136 </ul> | |
137 </div> | |
138 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
139 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
140 Goffi, Souliane, <span class="has-text-weight-bold">Salut à Toi and Libervia</span> |
0 | 141 <ul> |
142 <li>Linuxwochen, Vienna, 2016 ({% trans %}English{% endtrans %}) - <a href="http://meetings-archive.debian.net/pub/debian-meetings/2016/mini-debconf-vienna/webm/Salut_%c3%a0_Toi_and_Libervia.webm" target="#" >{% trans %}video{% endtrans %}</a></li> | |
143 </ul> | |
144 </div> | |
145 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
146 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
147 Goffi, <span class="has-text-weight-bold">Salut à Toi, XMPP et réseau social</span> |
0 | 148 <ul> |
149 <li>Fêtons Linux, Lausanne, 2015 ({% trans %}French{% endtrans %}) - <a href="https://www.youtube.com/watch?v=tXnwQ5me7zo" target="#" >{% trans %}video{% endtrans %}</a></li> | |
150 </ul> | |
151 </div> | |
152 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
153 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
154 Goffi, Arnaud Martin, Luc Fievet, Pouhiou, Edhelas and Olicat, <span class="has-text-weight-bold">{% trans %}Round table on new media{% endtrans %}</span> |
0 | 155 <ul> |
156 <li>{% trans %}Libre Software Meeting{% endtrans %}, Beauvais, 2015 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/table-ronde-sur-les-nouveaux-medias/" target="#" >{% trans %}video{% endtrans %}</a></li> | |
157 </ul> | |
158 </div> | |
159 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
160 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
161 Goffi, <span class="has-text-weight-bold">PubSub, microblogage et XMPP</span> |
0 | 162 <ul> |
163 <li>{% trans %}Libre Software Meeting{% endtrans %}, Beauvais, 2015 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/pubsub-microblogage-et-xmpp/" target="#">{% trans %}video{% endtrans %}</a></li> | |
164 </ul> | |
165 </div> | |
166 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
167 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
168 Goffi, <span class="has-text-weight-bold">Libervia : repenser nos communications</span> |
0 | 169 <ul> |
170 <li>Pas Sage En Seine, Paris, 2015 ({% trans %}French{% endtrans %}) - <a href="http://data.passageenseine.org/2015/webm/PSES2015_libervia-repenser-communication.webm" target="#">{% trans %}video{% endtrans %}</a></li> | |
171 <li>{% trans %}Libre Software Meeting{% endtrans %}, Beauvais, 2015 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/libervia-repenser-nos-communications/" target="#" >{% trans %}video{% endtrans %}</a></li> | |
172 </ul> | |
173 </div> | |
174 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
175 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
176 Goffi, <span class="has-text-weight-bold">Salut à Toi : et si on repolitisait tout ça ?</span> |
0 | 177 <ul> |
178 <li>{% trans %}Libre Software Meeting{% endtrans %}, Montpellier, 2014 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/salut-a-toi-et-si-on-repolitisait-tout-ca/" target="#" >{% trans %}video{% endtrans %}</a></li> | |
179 <li>Pas Sage En Seine, Paris, 2014 ({% trans %}French{% endtrans %}) - <a href="http://numaparis.ubicast.tv/videos/salut-a-toi-1-partie-1/" target="#">{% trans %}video{% endtrans %} {% trans %}part{% endtrans %} 1</a> + <a href="http://numaparis.ubicast.tv/videos/salut-a-toi-1-partie-2/" target="#">{% trans %}part{% endtrans %} 2</a></li> | |
180 </ul> | |
181 </div> | |
182 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
183 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
184 Goffi, <span class="has-text-weight-bold">Salut à Toi : outil libre de communication</span> |
0 | 185 <ul> |
186 <li>Journées De Logiciel Libre, Lyon, 2014 ({% trans %}French{% endtrans %})</li> | |
187 <li>Parinux, Paris, 2014 ({% trans %}French{% endtrans %})</li> | |
188 <li>Ubuntu Party, Paris, 2014 ({% trans %}French{% endtrans %})</li> | |
189 </ul> | |
190 </div> | |
191 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
192 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
193 Goffi, <span class="has-text-weight-bold">Nouveaux usage numériques, nouvelles problématiques</span> |
0 | 194 <ul> |
195 <li>Festival Déclics, Nanterre, 2013 ({% trans %}French{% endtrans %})</li> | |
196 </ul> | |
197 </div> | |
198 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
199 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
200 Goffi, <span class="has-text-weight-bold">Salut à Toi : repensez vos communications</span> |
0 | 201 <ul> |
202 <li>Journées De Logiciel Libre, Lyon, 2012 ({% trans %}French{% endtrans %}) - <a href="http://www.goffi.org/videos/conf%c3%a9rence%20S%c3%a0T%20JDLL%202012.webm" target="#">{% trans %}video{% endtrans %}</a></li> | |
203 </ul> | |
204 </div> | |
205 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
206 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
207 Goffi, <span class="has-text-weight-bold">Salut à Toi : communication Libre, Fédérée, Décentralisée et Standard</span> |
0 | 208 <ul> |
209 <li>{% trans %}Libre Software Meeting{% endtrans %}, Geneva, 2012 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/salut-a-toi-communication-libre-federee-decentralisee-et-standard/" target="#">{% trans %}video{% endtrans %}</a></li> | |
210 <li>JDLL, Lyon, 2011 ({% trans %}French{% endtrans %})</li> | |
211 </ul> | |
212 </div> | |
213 | |
8
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
214 <div class="box"> |
dc880664a8ec
modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
215 Goffi, <span class="has-text-weight-bold">Salut à Toi : multi interface and multipurpose XMPP client</span> |
0 | 216 <ul> |
217 <li>FOSDEM, {% trans %}Brussels{% endtrans %}, 2012 ({% trans %}English{% endtrans %})</li> | |
218 </ul> | |
219 </div> | |
220 | |
221 </div> | |
222 </div> | |
223 {% endblock body %} |