aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-03-04 16:14:39 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-03-04 16:14:39 +0100
commite68568cd5bc70298f1ea712b5b203635bd9d15b5 (patch)
treedfbb68adc342026a5371b60b58da921336c841ef
parentd89908aed331779fc79b8e50ddaa51212b6269f5 (diff)
parente166a58fd9fe813c055347f3e6e8c6aced901900 (diff)
downloadwallabag-e68568cd5bc70298f1ea712b5b203635bd9d15b5.tar.gz
wallabag-e68568cd5bc70298f1ea712b5b203635bd9d15b5.tar.zst
wallabag-e68568cd5bc70298f1ea712b5b203635bd9d15b5.zip
Merge pull request #1750 from wallabag/v2-quickstart-documentation
Documentation about filters / Quickstart changes
-rw-r--r--docs/en/user/filters.rst49
-rw-r--r--docs/fr/user/configuration.rst2
-rw-r--r--docs/fr/user/create_account.rst6
-rw-r--r--docs/fr/user/download_articles.rst4
-rw-r--r--docs/fr/user/errors_during_fetching.rst2
-rw-r--r--docs/fr/user/filters.rst48
-rw-r--r--docs/fr/user/first_article.rst2
-rw-r--r--docs/fr/user/import.rst6
-rw-r--r--docs/fr/user/login.rst2
-rw-r--r--docs/img/user/filters.pngbin0 -> 70380 bytes
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig25
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig15
12 files changed, 143 insertions, 18 deletions
diff --git a/docs/en/user/filters.rst b/docs/en/user/filters.rst
index 65fdedcb..ad06819b 100644
--- a/docs/en/user/filters.rst
+++ b/docs/en/user/filters.rst
@@ -1,2 +1,49 @@
1Filters 1Filters
2======= \ No newline at end of file 2=======
3
4To retrieve articles easier, you can use filters.
5Click on the third icon in the top bar.
6
7.. image:: ../../img/user/topbar.png
8 :alt: Top bar
9 :align: center
10
11All these filters can be combined.
12
13.. image:: ../../img/user/filters.png
14 :alt: Combine all filters
15 :align: center
16
17Status
18------
19
20Use these checkboxes to find archived or starred articles.
21
22Preview picture
23---------------
24
25Check this filter if you want to retrieve articles with a preview picture.
26
27Language
28--------
29
30wallabag (via graby) can detect article language. It's easy to you to retrieve articles
31written in a specific language.
32
33Reading time
34------------
35
36wallabag estimates how many time you need to read an article. With this filter,
37you can for example find the articles with a reading time between 2 and 5 minutes.
38
39Domain name
40-----------
41
42Thanks to this filter, you can retrieve the articles from the same domain name.
43For example, in this field, type ``bbc.co.uk`` to retrieve the articles of this website.
44
45Creation date
46-------------
47
48When you save an article, wallabag stored the current date. So handful to retrieve articles written
49between 1st and 31th January for example.
diff --git a/docs/fr/user/configuration.rst b/docs/fr/user/configuration.rst
index 1b75f32f..ee5be052 100644
--- a/docs/fr/user/configuration.rst
+++ b/docs/fr/user/configuration.rst
@@ -58,7 +58,7 @@ Si vous activez 2FA, à chaque tentative de connexion à wallabag, vous recevrez
58un code par email. Vous devez renseigner ce code dans le formulaire suivant : 58un code par email. Vous devez renseigner ce code dans le formulaire suivant :
59 59
60.. image:: ../../img/user/2FA_form.png 60.. image:: ../../img/user/2FA_form.png
61 :alt: Two factor authentication 61 :alt: Authentification à deux facteurs
62 :align: center 62 :align: center
63 63
64Si vous ne souhaitez pas recevoir un code à chaque fois que vous vous connectez, 64Si vous ne souhaitez pas recevoir un code à chaque fois que vous vous connectez,
diff --git a/docs/fr/user/create_account.rst b/docs/fr/user/create_account.rst
index 4fc98069..7f29b0f0 100644
--- a/docs/fr/user/create_account.rst
+++ b/docs/fr/user/create_account.rst
@@ -4,14 +4,14 @@ Se créer un compte
4Sur la page de connexion, cliquez sur le bouton ``Créer un compte``. 4Sur la page de connexion, cliquez sur le bouton ``Créer un compte``.
5 5
6.. image:: ../../img/user/registration_form.png 6.. image:: ../../img/user/registration_form.png
7 :alt: Registration form 7 :alt: Formulaire de création de compte
8 :align: center 8 :align: center
9 9
10Vous devez renseigner le formulaire. Faites attention de bien renseigner une adresse 10Vous devez renseigner le formulaire. Faites attention de bien renseigner une adresse
11email valide, nous allons vous envoyer un email d'activation. 11email valide, nous allons vous envoyer un email d'activation.
12 12
13.. image:: ../../img/user/sent_email.png 13.. image:: ../../img/user/sent_email.png
14 :alt: Email was sent to activate account 14 :alt: Un email a été envoyé pour activer votre compte
15 :align: center 15 :align: center
16 16
17Vérifiez votre boite de réception, vous avez un nouvel email avec un lien comme celui-ci 17Vérifiez votre boite de réception, vous avez un nouvel email avec un lien comme celui-ci
@@ -21,7 +21,7 @@ Cliquez dessus pour activer votre compte.
21Votre compte est maintenant actif. 21Votre compte est maintenant actif.
22 22
23.. image:: ../../img/user/activated_account.png 23.. image:: ../../img/user/activated_account.png
24 :alt: Welcome on board! 24 :alt: Bienvenue à bord !
25 :align: center 25 :align: center
26 26
27Foire aux questions 27Foire aux questions
diff --git a/docs/fr/user/download_articles.rst b/docs/fr/user/download_articles.rst
index dafeba37..39c98206 100644
--- a/docs/fr/user/download_articles.rst
+++ b/docs/fr/user/download_articles.rst
@@ -6,12 +6,12 @@ Vous pouvez télécharger chaque article dans plusieurs formats : ePUB, MOBI, PD
6Lorsque vous lisez un article, cliquez sur cette icône dans la barre latérale : 6Lorsque vous lisez un article, cliquez sur cette icône dans la barre latérale :
7 7
8.. image:: ../../img/user/download_article.png 8.. image:: ../../img/user/download_article.png
9 :alt: download article 9 :alt: lécharger l'article
10 :align: center 10 :align: center
11 11
12Vous pouvez aussi télécharger une catégorie (non lus, favoris, lus) dans ces formats. 12Vous pouvez aussi télécharger une catégorie (non lus, favoris, lus) dans ces formats.
13Par exemple, dans la vue **Non lus**, cliquez sur cette icône dans la barre supérieure : 13Par exemple, dans la vue **Non lus**, cliquez sur cette icône dans la barre supérieure :
14 14
15.. image:: ../../img/user/download_articles.png 15.. image:: ../../img/user/download_articles.png
16 :alt: download articles 16 :alt: lécharger l'article
17 :align: center 17 :align: center
diff --git a/docs/fr/user/errors_during_fetching.rst b/docs/fr/user/errors_during_fetching.rst
index b20e5973..34a6ce18 100644
--- a/docs/fr/user/errors_during_fetching.rst
+++ b/docs/fr/user/errors_during_fetching.rst
@@ -23,5 +23,5 @@ Si wallabag échoue en récupérant l'article, vous pouvez cliquer sur le bouton
23(le troisième sur l'image ci-dessous). 23(le troisième sur l'image ci-dessous).
24 24
25.. image:: ../../img/user/refetch.png 25.. image:: ../../img/user/refetch.png
26 :alt: Refetch content 26 :alt: Réessayer de récupérer le contenu
27 :align: center 27 :align: center
diff --git a/docs/fr/user/filters.rst b/docs/fr/user/filters.rst
index ecb29948..6592f140 100644
--- a/docs/fr/user/filters.rst
+++ b/docs/fr/user/filters.rst
@@ -1,2 +1,50 @@
1Filtres 1Filtres
2======= 2=======
3
4Pour retrouver plus facilement vos articles, vous pouvez utiliser les filtres.
5Cliquez sur la troisième icône de la barre supérieure.
6
7.. image:: ../../img/user/topbar.png
8 :alt: Barre supérieure
9 :align: center
10
11Tous ces filtres peuvent être combinés.
12
13.. image:: ../../img/user/filters.png
14 :alt: Combine all filters
15 :align: center
16
17Statut
18------
19
20Utilisez ces cases à cocher pour retrouver les articles lus ou mis en favori.
21
22Image de prévisualisation
23-------------------------
24
25Cochez ce filtre si vous voulez retrouver les articles avec une image de prévisualisation.
26
27Langage
28-------
29
30wallabag (via graby) peut détecter la langue dans laquelle l'article est écrit.
31C'est ainsi facile pour vous de retrouver des articles écrits dans une langue spécifique.
32
33Temps de lecture
34----------------
35
36wallabag estime combien de temps vous avez besoin pour lire un article.
37Avec ce filtre, vous pouvez par exemple retrouver les articles qui ont une estimation
38entre 2 et 5 minutes.
39
40Nom de domaine
41--------------
42
43Grâce à ce filtre, vous pouvez retrouver les articles venant d'un même nom de domaine.
44Par exemple, dans ce champ, saisissez ``lemonde.fr`` pour retrouver les articles de ce site.
45
46Date de création
47----------------
48
49Quand vous ajoutez un article, wallabag stocke la date courante.
50C'est très pratique pour retrouver les articles ajoutés entre le 1er et le 31 janvier par exemple.
diff --git a/docs/fr/user/first_article.rst b/docs/fr/user/first_article.rst
index 90c45a44..f482badc 100644
--- a/docs/fr/user/first_article.rst
+++ b/docs/fr/user/first_article.rst
@@ -25,7 +25,7 @@ Dans la barre haut de wallabag, vous avez trois icônes. Avec la première icôn
25un signe plus, vous pouvez facilement ajouter un nouvel article. 25un signe plus, vous pouvez facilement ajouter un nouvel article.
26 26
27.. image:: ../../img/user/topbar.png 27.. image:: ../../img/user/topbar.png
28 :alt: Top bar 28 :alt: Barre supérieure
29 :align: center 29 :align: center
30 30
31Cliquez dessus pour afficher un nouveau champ, collez-y l'URL de l'article et appuyez 31Cliquez dessus pour afficher un nouveau champ, collez-y l'URL de l'article et appuyez
diff --git a/docs/fr/user/import.rst b/docs/fr/user/import.rst
index c95f175d..967df1f6 100644
--- a/docs/fr/user/import.rst
+++ b/docs/fr/user/import.rst
@@ -10,7 +10,7 @@ Exportez vos données de wallabag 1.x
10Sur la page de configuration, cliquez sur ``Export JSON`` dans la section ``Exportez vos données wallabag``. 10Sur la page de configuration, cliquez sur ``Export JSON`` dans la section ``Exportez vos données wallabag``.
11 11
12.. image:: ../../img/user/export_wllbg_1.png 12.. image:: ../../img/user/export_wllbg_1.png
13 :alt: Export from wallabag 1.x 13 :alt: Export depuis wallabag 1.x
14 :align: center 14 :align: center
15 15
16Vous obtiendrez un fichier ``wallabag-export-1-1970-01-01.json``. 16Vous obtiendrez un fichier ``wallabag-export-1-1970-01-01.json``.
@@ -21,7 +21,7 @@ Exportez vos données de wallabag 2.x
21Dans la barre latérale de téléchargement, cliquez sur ``JSON``. 21Dans la barre latérale de téléchargement, cliquez sur ``JSON``.
22 22
23.. image:: ../../img/user/export_wllbg_2.png 23.. image:: ../../img/user/export_wllbg_2.png
24 :alt: Export from wallabag 2.x 24 :alt: Export depuis wallabag 2.x
25 :align: center 25 :align: center
26 26
27Vous obtiendrez un fichier ``Unread articles.json``. 27Vous obtiendrez un fichier ``Unread articles.json``.
@@ -33,7 +33,7 @@ Cliquez sur le lien ``Importer`` dans le menu, choisissez la version de wallabag
33sélectionnez votre fichier d'export sur votre ordinateur et importez-le. 33sélectionnez votre fichier d'export sur votre ordinateur et importez-le.
34 34
35.. image:: ../../img/user/import_wllbg.png 35.. image:: ../../img/user/import_wllbg.png
36 :alt: Import from wallabag 1.x 36 :alt: Import depuis wallabag 1.x
37 :align: center 37 :align: center
38 38
39Tous vos articles wallabag seront importés. 39Tous vos articles wallabag seront importés.
diff --git a/docs/fr/user/login.rst b/docs/fr/user/login.rst
index 7ef70569..3a02d1d5 100644
--- a/docs/fr/user/login.rst
+++ b/docs/fr/user/login.rst
@@ -9,7 +9,7 @@ Si vous êtes sur un ordinateur de confiance et que vous souhaitez rester connec
9vous pouvez cocher la case ``Restez connecté`` : wallabag se souviendra de vous pour un an. 9vous pouvez cocher la case ``Restez connecté`` : wallabag se souviendra de vous pour un an.
10 10
11.. image:: ../../img/user/login_form.png 11.. image:: ../../img/user/login_form.png
12 :alt: Login form 12 :alt: Formulaire de connexion
13 :align: center 13 :align: center
14 14
15Foire aux questions 15Foire aux questions
diff --git a/docs/img/user/filters.png b/docs/img/user/filters.png
new file mode 100644
index 00000000..e17b863d
--- /dev/null
+++ b/docs/img/user/filters.png
Binary files differ
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig
index 3984081c..319eaea3 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/quickstart.html.twig
@@ -4,32 +4,47 @@
4 4
5{% block content %} 5{% block content %}
6 6
7 <h2>{% trans %}Welcome to wallabag!{% endtrans %}</h2> 7 <h3>{% trans %}Welcome to wallabag!{% endtrans %}</h3>
8 <p>{% trans %}We'll accompany you to visit wallabag and show you some features which can interess you.{% endtrans %}</p> 8 <p>{% trans %}We'll accompany you to visit wallabag and show you some features which can interess you.{% endtrans %}</p>
9 <p>{% trans %}Follow us!{% endtrans %}</p> 9 <p>{% trans %}Follow us!{% endtrans %}</p>
10 <h4>{% trans %}Configure the application{% endtrans %}</h4> 10 <h4>{% trans %}Configure the application{% endtrans %}</h4>
11 <ul> 11 <ul>
12 <li><a href="{{ path('config') }}">{% trans %}Change language and design{% endtrans %}</a></li> 12 <li><a href="{{ path('config') }}">{% trans %}Change language and design{% endtrans %}</a></li>
13 <li><a href="{{ path('config') }}#set2">{% trans %}Enable RSS feeds{% endtrans %}</a></li> 13 <li><a href="{{ path('config') }}#set2">{% trans %}Enable RSS feeds{% endtrans %}</a></li>
14 <li><a href="{{ path('config') }}#set5">{% trans %}Write rules to automatically tag your articles{% endtrans %}</a></li>
14 </ul> 15 </ul>
15 <h3>{% trans %}First steps{% endtrans %}</h3> 16 {% if is_granted('ROLE_SUPER_ADMIN') %}
17 <h4>{% trans %}Administration{% endtrans %}</h4>
18 <p>{% trans %}As a administrator, you have privileges on wallabag. You can:{% endtrans %}</p>
19 <ul>
20 <li><a href="{{ path('config') }}#set6">{% trans %}Create a new user{% endtrans %}</a></li>
21 <li><a href="{{ path('craue_config_settings_modify') }}#set-analytics">{% trans %}Configure analytics{% endtrans %}</a></li>
22 <li><a href="{{ path('craue_config_settings_modify') }}#set-entry">{% trans %}Enable some parameters about article sharing{% endtrans %}</a></li>
23 <li><a href="{{ path('craue_config_settings_modify') }}#set-export">{% trans %}Configure export{% endtrans %}</a></li>
24 <li><a href="{{ path('craue_config_settings_modify') }}#set-import">{% trans %}Configure import{% endtrans %}</a></li>
25 </ul>
26 {% endif %}
27 <h4>{% trans %}First steps{% endtrans %}</h4>
16 <ul> 28 <ul>
17 <li><a href="{{ path('new') }}">{% trans %}Save your first article{% endtrans %}</a></li> 29 <li><a href="{{ path('new') }}">{% trans %}Save your first article{% endtrans %}</a></li>
18 <li><a href="{{ path('unread') }}">{% trans %}And classify it!{% endtrans %}</a></li> 30 <li><a href="{{ path('unread') }}">{% trans %}And classify it!{% endtrans %}</a></li>
19 </ul> 31 </ul>
20 <h3>{% trans %}Migrate from an existing service{% endtrans %}</h3> 32 <h4>{% trans %}Migrate from an existing service{% endtrans %}</h4>
21 <p>{% trans %}You're using an other service? We'll help you to retrieve your data on wallabag.{% endtrans %}</p> 33 <p>{% trans %}You're using an other service? We'll help you to retrieve your data on wallabag.{% endtrans %}</p>
22 <ul> 34 <ul>
23 <li><a href="{{ path('import_pocket') }}">{% trans %}Migrate from Pocket{% endtrans %}</a></li> 35 <li><a href="{{ path('import_pocket') }}">{% trans %}Migrate from Pocket{% endtrans %}</a></li>
24 <li><a href="{{ path('import_wallabag_v1') }}">{% trans %}Migrate from wallabag v1{% endtrans %}</a></li> 36 <li><a href="{{ path('import_wallabag_v1') }}">{% trans %}Migrate from wallabag v1{% endtrans %}</a></li>
37 <li><a href="{{ path('import_wallabag_v2') }}">{% trans %}Migrate from wallabag v2{% endtrans %}</a></li>
25 </ul> 38 </ul>
26 <h3>{% trans %}Full documentation{% endtrans %}</h3> 39 <h4>{% trans %}Full documentation{% endtrans %}</h4>
27 <ul> 40 <ul>
41 <li><a href="http://wallabag.readthedocs.org">{% trans %}Annotate your article{% endtrans %}</a></li>
28 <li><a href="http://wallabag.readthedocs.org">{% trans %}Convert your articles into ePUB or PDF{% endtrans %}</a></li> 42 <li><a href="http://wallabag.readthedocs.org">{% trans %}Convert your articles into ePUB or PDF{% endtrans %}</a></li>
29 <li><a href="http://wallabag.readthedocs.org">{% trans %}See how you can look for an article by using search engine and filters{% endtrans %}</a></li> 43 <li><a href="http://wallabag.readthedocs.org">{% trans %}See how you can look for an article by using search engine and filters{% endtrans %}</a></li>
44 <li><a href="http://wallabag.readthedocs.org">{% trans %}What can I do if an article encounters errors during fetching?{% endtrans %}</a></li>
30 <li><a href="http://wallabag.readthedocs.org">{% trans %}And so many other articles!{% endtrans %}</a></li> 45 <li><a href="http://wallabag.readthedocs.org">{% trans %}And so many other articles!{% endtrans %}</a></li>
31 </ul> 46 </ul>
32 <h3>{% trans %}Support{% endtrans %}</h3> 47 <h4>{% trans %}Support{% endtrans %}</h4>
33 <p>{% trans %}If you need some help, we are here for you.{% endtrans %}</p> 48 <p>{% trans %}If you need some help, we are here for you.{% endtrans %}</p>
34 <ul> 49 <ul>
35 <li><a href="https://github.com/wallabag/wallabag/issues/">{% trans %}On GitHub{% endtrans %}</a></li> 50 <li><a href="https://github.com/wallabag/wallabag/issues/">{% trans %}On GitHub{% endtrans %}</a></li>
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig
index aff8dd2b..3d21271a 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/quickstart.html.twig
@@ -16,7 +16,19 @@
16 <ul> 16 <ul>
17 <li><a href="{{ path('config') }}">{% trans %}Change language and design{% endtrans %}</a></li> 17 <li><a href="{{ path('config') }}">{% trans %}Change language and design{% endtrans %}</a></li>
18 <li><a href="{{ path('config') }}#set2">{% trans %}Enable RSS feeds{% endtrans %}</a></li> 18 <li><a href="{{ path('config') }}#set2">{% trans %}Enable RSS feeds{% endtrans %}</a></li>
19 <li><a href="{{ path('config') }}#set5">{% trans %}Write rules to automatically tag your articles{% endtrans %}</a></li>
19 </ul> 20 </ul>
21 {% if is_granted('ROLE_SUPER_ADMIN') %}
22 <h4>{% trans %}Administration{% endtrans %}</h4>
23 <p>{% trans %}As a administrator, you have privileges on wallabag. You can:{% endtrans %}</p>
24 <ul>
25 <li><a href="{{ path('config') }}#set6">{% trans %}Create a new user{% endtrans %}</a></li>
26 <li><a href="{{ path('craue_config_settings_modify') }}#set-analytics">{% trans %}Configure analytics{% endtrans %}</a></li>
27 <li><a href="{{ path('craue_config_settings_modify') }}#set-entry">{% trans %}Enable some parameters about article sharing{% endtrans %}</a></li>
28 <li><a href="{{ path('craue_config_settings_modify') }}#set-export">{% trans %}Configure export{% endtrans %}</a></li>
29 <li><a href="{{ path('craue_config_settings_modify') }}#set-import">{% trans %}Configure import{% endtrans %}</a></li>
30 </ul>
31 {% endif %}
20 <h4>{% trans %}First steps{% endtrans %}</h4> 32 <h4>{% trans %}First steps{% endtrans %}</h4>
21 <ul> 33 <ul>
22 <li><a href="{{ path('new') }}">{% trans %}Save your first article{% endtrans %}</a></li> 34 <li><a href="{{ path('new') }}">{% trans %}Save your first article{% endtrans %}</a></li>
@@ -27,11 +39,14 @@
27 <ul> 39 <ul>
28 <li><a href="{{ path('import_pocket') }}">{% trans %}Migrate from Pocket{% endtrans %}</a></li> 40 <li><a href="{{ path('import_pocket') }}">{% trans %}Migrate from Pocket{% endtrans %}</a></li>
29 <li><a href="{{ path('import_wallabag_v1') }}">{% trans %}Migrate from wallabag v1{% endtrans %}</a></li> 41 <li><a href="{{ path('import_wallabag_v1') }}">{% trans %}Migrate from wallabag v1{% endtrans %}</a></li>
42 <li><a href="{{ path('import_wallabag_v2') }}">{% trans %}Migrate from wallabag v2{% endtrans %}</a></li>
30 </ul> 43 </ul>
31 <h4>{% trans %}Full documentation{% endtrans %}</h4> 44 <h4>{% trans %}Full documentation{% endtrans %}</h4>
32 <ul> 45 <ul>
46 <li><a href="http://wallabag.readthedocs.org">{% trans %}Annotate your article{% endtrans %}</a></li>
33 <li><a href="http://wallabag.readthedocs.org">{% trans %}Convert your articles into ePUB or PDF{% endtrans %}</a></li> 47 <li><a href="http://wallabag.readthedocs.org">{% trans %}Convert your articles into ePUB or PDF{% endtrans %}</a></li>
34 <li><a href="http://wallabag.readthedocs.org">{% trans %}See how you can look for an article by using search engine and filters{% endtrans %}</a></li> 48 <li><a href="http://wallabag.readthedocs.org">{% trans %}See how you can look for an article by using search engine and filters{% endtrans %}</a></li>
49 <li><a href="http://wallabag.readthedocs.org">{% trans %}What can I do if an article encounters errors during fetching?{% endtrans %}</a></li>
35 <li><a href="http://wallabag.readthedocs.org">{% trans %}And so many other articles!{% endtrans %}</a></li> 50 <li><a href="http://wallabag.readthedocs.org">{% trans %}And so many other articles!{% endtrans %}</a></li>
36 </ul> 51 </ul>
37 <h4>{% trans %}Support{% endtrans %}</h4> 52 <h4>{% trans %}Support{% endtrans %}</h4>