]> Raphaël G. Git Repositories - airbundle/blob - Resources/views/default/frequently_asked_questions.html.twig
New page title, section and description schema
[airbundle] / Resources / views / default / frequently_asked_questions.html.twig
1 {% extends '@RapsysAir/body.html.twig' %}
2 {% block content %}
3 <section id="dashboard">
4 <header>
5 <h2><a href="{{ path('rapsys_air_frequently_asked_questions') }}">{{ title }}</a></h2>
6 <p>{{ description }}</p>
7 </header>
8 <nav>
9 <strong>{% trans %}Table of contents{% endtrans %}</strong>
10 <ul>
11 <li><a href="#preamble">{% trans %}Preamble{% endtrans %}</a></li>
12 <li><a href="#whatisit">{% trans %}What is it ?{% endtrans %}</a></li>
13 <li><a href="#whocancreateanaccount">{% trans %}Who can create an account ?{% endtrans %}</a></li>
14 {# qu'est-ce qu'un utilisateur ? #}
15 {# qu'est-ce qu'un organisateur ? #}
16 {# où se déroulent les soirées ? #}
17 {# pourquoi air libre, parce qu'aucun service ne fournissait les services dont j'avais besoin; e l'offre existante ne semblait pas appropriée #}
18 {# pourquoi s'enregister, pour bénéficier d'un service spécifique à la demande, quand ça sera fait, pouvoir suivre un ou plusieurs organisateurs, pour l'organisateur pour envoyer automatiquement la programmation par mail #}
19 {# quand sont annoncé les bals #}
20 {# infos sur le menu #}
21 {# infos sur le multi-langue #}
22 {#<li><a href="#">{% trans %}{% endtrans %}</a></li>#}
23 </ul>
24 </nav>
25 <section>
26 <h3 id="preamble">{% trans %}Preamble{% endtrans %}</h3>
27 <p>{% trans %}On this page you will find the most recurring questions of Libre Air users.{% endtrans %}</p>
28 <p>{% trans %}Questions asked via the contact form will be added to this page as they arise.{% endtrans %}</p>
29 </section>
30 <section>
31 <h3 id="whatisit">{% trans %}What is it ?{% endtrans %}</h3>
32 <p>{% trans %}Libre Air is an initiative to have a powerful and shared calendar for outdoor Argentine Tango sessions.{% endtrans %}</p>{# sur paris dans un premier temps #}
33 </section>
34 <section>
35 <h3 id="whocancreateanaccount">{% trans %}Who can create an account ?{% endtrans %}</h3>
36 <p>{% trans %}Anyone can create an account on Air Libre, dancer or organizer.{% endtrans %}</p>
37 <p>{% trans %}The dancer can follow an organizer by email.{% endtrans %}</p>
38 <p>{% trans %}The organizer will have a convenient way to automatically notify subscribers with minimum effort.{% endtrans %}</p>
39 <p>{% trans %}When the feature will be available on Libre Air.{% endtrans %}</p>
40 </section>
41 {#<section>
42 <h3 id="">{% trans %}{% endtrans %}</h3>
43 <p>{% trans %}{% endtrans %}</p>
44 </section>#}
45 </section>
46 {% endblock %}