<ul>
{% for session in day.sessions %}
<li class="{{ ['session']|merge(session.class)|join(' ') }}">
- <a href="{{ path('rapsys_air_session', {'id': session.id}) }}" title="{{ session.title }}">{{ session.title }}</a>
+ <a href="{{ path('rapsysair_session', {'id': session.id}) }}" title="{{ session.title }}">{{ session.title }}</a>
</li>
{% endfor %}
</ul>
{% endif %}
{# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #}
{% stopwatch 'stylesheet' %}
- {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,lemon,notoemoji,screen}.css' %}
+ {% stylesheet '@RapsysAir/css/{reset,droidsans,lemon,notoemoji,screen}.css' %}
<link rel="stylesheet" type="text/css" href="{{ asset_url }}?20221024100144" />
{% endstylesheet %}
{% endstopwatch %}
{% block header_nav %}
<nav id="nav">
{#<h2>{% trans %}Navigation{% endtrans %}</h2>#}
- <a href="{{ path('rapsys_air') }}" rel="home">{% trans %}Home{% endtrans %}</a>
- <a href="{{ path('rapsys_air_contact') }}" rel="contact">{% trans %}Contact{% endtrans %}</a>
- <a href="{{ path('rapsys_air_frequently_asked_questions') }}">{% trans %}Frequently asked questions{% endtrans %}</a>
+ <a href="{{ path('rapsysair') }}" rel="home">{% trans %}Home{% endtrans %}</a>
+ <a href="{{ path('rapsysair_contact') }}" rel="contact">{% trans %}Contact{% endtrans %}</a>
+ <a href="{{ path('rapsysair_frequently_asked_questions') }}">{% trans %}Frequently asked questions{% endtrans %}</a>
{% if is_granted('ROLE_ADMIN') %}
- <a href="{{ path('rapsys_air_user') }}">{% trans %}Users{% endtrans %}</a>
+ <a href="{{ path('rapsysair_user') }}">{% trans %}Users{% endtrans %}</a>
{% endif %}
{% if is_granted('ROLE_GUEST') %}
- <a href="{{ path('rapsys_air_organizer_regulation') }}">{% trans %}Organizer regulation{% endtrans %}</a>
+ <a href="{{ path('rapsysair_organizer_regulation') }}">{% trans %}Organizer regulation{% endtrans %}</a>
{% endif %}
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
- <a href="{{ path('rapsys_user_edit', {mail: app.user.mail|short, hash: app.user.mail|short|hash}) }}">{% trans %}My account{% endtrans %}</a>
- <a href="{{ path('rapsys_user_logout') }}">{% trans %}Logout{% endtrans %}</a>
+ <a href="{{ path('rapsysuser_edit', {mail: app.user.mail|short, hash: app.user.mail|short|hash}) }}">{% trans %}My account{% endtrans %}</a>
+ <a href="{{ path('rapsysuser_logout') }}">{% trans %}Logout{% endtrans %}</a>
{% else %}
- <a href="{{ path('rapsys_user_login') }}">{% trans %}Login{% endtrans %}</a>
- <a href="{{ path('rapsys_user_register') }}">{% trans %}Register{% endtrans %}</a>
+ <a href="{{ path('rapsysuser_login') }}">{% trans %}Login{% endtrans %}</a>
+ <a href="{{ path('rapsysuser_register') }}">{% trans %}Register{% endtrans %}</a>
{% endif %}
</nav>
{% endblock %}
{% endblock %}
{% block footer %}
<footer id="footer">
- <a href="{{ path('rapsys_air_about') }}">{% trans %}About{% endtrans %}</a>
+ <a href="{{ path('rapsysair_about') }}">{% trans %}About{% endtrans %}</a>
{% if copy is defined and copy %}
<details><summary>{{ copy.long }}</summary><span>{{ copy.short }} <a href="{{ copy.link }}" title="{{ copy.title }}" rel="author">{{ copy.by }}</a></span></details>
{% endif %}
- <a href="{{ path('rapsys_air_terms_of_service') }}">{% trans %}Terms of service{% endtrans %}</a>
+ <a href="{{ path('rapsysair_terms_of_service') }}">{% trans %}Terms of service{% endtrans %}</a>
{% if alternates is defined and alternates %}
{% set langs = alternates|keys|filter(v => v|length == 5) %}
{% if langs|length > 1 %}
{% block content %}
<section id="form">
<header>
- <h2><a href="{{ path('rapsys_air_calendar') }}">{{ section }}</a></h2>
+ <h2><a href="{{ path('rapsysair_calendar') }}">{{ section }}</a></h2>
<p>{{ description }}</p>
</header>
{% if error is defined %}
{% block content %}
<section id="form">
<header>
- <h2><a href="{{ path('rapsys_air_calendar') }}">{{ section }}</a></h2>
+ <h2><a href="{{ path('rapsysair_calendar') }}">{{ section }}</a></h2>
<p>{{ description }}</p>
</header>
{{ form_start(form) }}
{% if cities is defined and cities %}
<article>
<header>
- <h2><a href="{{ path('rapsys_air_city') }}" title="{% trans %}Libre Air cities{% endtrans %}">{% trans %}Cities{% endtrans %}</a></h2>
+ <h2><a href="{{ path('rapsysair_city') }}" title="{% trans %}Libre Air cities{% endtrans %}">{% trans %}Cities{% endtrans %}</a></h2>
<p>{% trans %}Libre Air city list{% endtrans%}
</header>
<div class="panel">
<h3 id="technicalsupport">{% trans %}Technical support{% endtrans %}</h3>
</header>
<p>{{ 'The development and hosting services are graciously provided by: %title%'|trans({'%title%': '<a href="' ~ copy.link ~ '" title="' ~ copy.title ~ '">' ~ copy.by ~ '</a>'})|raw }}</p>
- <p>{{ 'In case of bug or glitch you may contact us throught the contact form: %title%'|trans({'%title%': '<a href="' ~ path('rapsys_air_contact') ~ '" title="' ~ 'Contact Libre Air'|trans ~ '">' ~ 'Contact'|trans ~ '</a>'})|raw }}</p>
+ <p>{{ 'In case of bug or glitch you may contact us throught the contact form: %title%'|trans({'%title%': '<a href="' ~ path('rapsysair_contact') ~ '" title="' ~ 'Contact Libre Air'|trans ~ '">' ~ 'Contact'|trans ~ '</a>'})|raw }}</p>
</section>
</article>
{% endblock %}
{% block content %}
<article>
<header>
- <h2><a href="{{ path('rapsys_air_organizer_regulation') }}">{{ title.page }}</a></h2>
+ <h2><a href="{{ path('rapsysair_organizer_regulation') }}">{{ title.page }}</a></h2>
<p>{{ description }}</p>
</header>
<nav>
{% extends '@RapsysAir/base.html.twig' %}
{% block content %}
<section id="regulation">
- <h2><a href="{{ path('rapsys_air_regulation') }}">{{ section }}</a></h2>
+ <h2><a href="{{ path('rapsysair_regulation') }}">{{ section }}</a></h2>
{#XXX: use https://www.londonschool.com/level-scale/#}
<section>
<h3>{% trans %}Guest{% endtrans %}</h3>
{% extends '@RapsysAir/base.html.twig' %}
{% block content %}
<section id="dashboard">
- <h2><a href="{{ path('rapsys_air') }}">{{ section }}</a></h2>
+ <h2><a href="{{ path('rapsysair') }}">{{ section }}</a></h2>
<p class="message error">{% if message %}{{ message }}{% else %}{% trans %}Error{% endtrans %}{% endif %}</p>
{# {% if app.environment == 'dev' and trace is defined %}<pre class="trace">{{ trace }}</pre>{% endif %} #}
{% if trace is defined and trace %}<pre class="trace">{{ trace }}</pre>{% endif %}
<section>
- <h2><a href="{{ path('rapsys_user_login') }}">{% trans %}Login{% endtrans %}</a></h2>
+ <h2><a href="{{ path('rapsysuser_login') }}">{% trans %}Login{% endtrans %}</a></h2>
{{ form_start(forms.login) }}
<div>
{{ form_row(forms.login.mail) }}
<section>
- <h2><a href="{{ path('rapsys_user_register') }}">{% trans %}Register{% endtrans %}</a></h2>
+ <h2><a href="{{ path('rapsysuser_register') }}">{% trans %}Register{% endtrans %}</a></h2>
{{ form_start(forms.register) }}
<div>
{% if forms.register.mail is defined %}
{% block content %}
<article id="form">
<header>
- <h2><a href="{{ path('rapsys_user_login') }}">{% trans %}Login{% endtrans %}</a></h2>
+ <h2><a href="{{ path('rapsysuser_login') }}">{% trans %}Login{% endtrans %}</a></h2>
</header>
{{ form_start(login) }}
<div>
{% if recover is defined %}
<article id="recover">
<header>
- <h2><a href="{{ path('rapsys_user_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
+ <h2><a href="{{ path('rapsysuser_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
</header>
{{ form_start(recover) }}
{% block content %}
<article>
<header>
- <h2><a href="{{ path('rapsys_user_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
+ <h2><a href="{{ path('rapsysuser_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
</header>
{% if sent %}
<p class="message notice">{% trans %}Your recover account message has been sent{% endtrans %}</p>
{% extends '@RapsysAir/base.html.twig' %}
{% block content %}
<section id="form">
- <h2><a href="{{ path('rapsys_user_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
+ <h2><a href="{{ path('rapsysuser_recover') }}">{% trans %}Recover{% endtrans %}</a></h2>
{% if sent %}
<p class="message notice">{% trans %}Your password is updated and an account recover message has been sent{% endtrans %}</p>
{% elseif not found %}
{% block content %}
<article>
<header>
- <h2><a href="{{ path('rapsys_user_register') }}">{{ title.page }}</a></h2>
+ <h2><a href="{{ path('rapsysuser_register') }}">{{ title.page }}</a></h2>
</header>
{% if disabled is defined and disabled %}
<p class="message error">{% trans %}Your account has been disabled{% endtrans %}</p>
{% extends '@RapsysAir/base.html.twig' %}
{% block content %}
<section id="content">
- <h2><a href="{{ path('rapsys_air') }}">{{ title.page }}</a></h2>
+ <h2><a href="{{ path('rapsysair') }}">{{ title.page }}</a></h2>
<p>{% if message is defined %}{{ message }}{% else %}{% trans %}Access denied{% endtrans %}{% endif %}</p>
{% if is_granted('ROLE_ADMIN') %}{% if trace is defined %}<pre>{{ trace }}</pre>{% endif %}{% endif %}
</section>
<section id="form">
<header>
<h2>
- <a href="{{ path('rapsys_air_session_view', {'id': session.id}) }}">{{ session.title }}</a>
- <a href="{{ path('rapsys_air_location_view', {'id': session.location.id}) }}">{{ session.location.at }}</a>
+ <a href="{{ path('rapsysair_session_view', {'id': session.id}) }}">{{ session.title }}</a>
+ <a href="{{ path('rapsysair_location_view', {'id': session.location.id}) }}">{{ session.location.at }}</a>
</h2>
<p>{{ description }}</p>
</header>
<section class="cell">
<header>
{% if application.user.id == 1 and application.user.title|slug == 'milonga-raphael' %}
- <h3><a href="{{ path('rapsys_air_user_milongaraphael') }}">{{ application.user.title }}</a></h3>
+ <h3><a href="{{ path('rapsysair_user_milongaraphael') }}">{{ application.user.title }}</a></h3>
{% else %}
- <h3><a href="{{ path('rapsys_air_user_view', {'id': application.user.id, 'user': application.user.title|slug}) }}">{{ application.user.title }}</a></h3>
+ <h3><a href="{{ path('rapsysair_user_view', {'id': application.user.id, 'user': application.user.title|slug}) }}">{{ application.user.title }}</a></h3>
{% endif %}
</header>
<dl>