<nav id="nav">
{#<h2>{% trans %}Navigation{% endtrans %}</h2>#}
<a href="{{ path('rapsystree') }}" rel="home">{% trans %}Home{% endtrans %}</a>
- {% for id, path in roots %}
- <a href="{{ path('rapsystree_directory', {path: id}) }}">{{ id }}</a>
- {% endfor %}
- {#
- <a href="{{ path('rapsysair_contact') }}" rel="contact">{% trans %}Contact{% endtrans %}</a>
- <a href="{{ path('rapsysair_frequently_asked_questions') }}">{% trans %}Frequently asked questions{% endtrans %}</a>
+ <a href="{{ path('rapsystree_contact') }}" rel="contact">{% trans %}Contact{% endtrans %}</a>
{% if is_granted('ROLE_ADMIN') %}
- <a href="{{ path('rapsysair_user') }}">{% trans %}Users{% endtrans %}</a>
- {% endif %}
- {% if is_granted('ROLE_GUEST') %}
- <a href="{{ path('rapsysair_organizer_regulation') }}">{% trans %}Organizer regulation{% endtrans %}</a>
+ <a href="{{ path('rapsysuser_index') }}">{% trans %}Users{% endtrans %}</a>
{% endif %}
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
<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_login') }}">{% trans %}Login{% endtrans %}</a>
<a href="{{ path('rapsysuser_register') }}">{% trans %}Register{% endtrans %}</a>
{% endif %}
- #}
</nav>
{% endblock %}
{#
{% block content %}
<article>
<header>
- <h2>{% trans %}Outdoor space reservation system{% endtrans %}</h2>
+ <h2>{% trans %}Veranda gallery system{% endtrans %}</h2>
</header>
</article>
{% endblock %}
{% block footer %}
<footer id="footer">
- {#
- <a href="{{ path('rapsysair_about') }}">{% trans %}About{% endtrans %}</a>
+ <a href="{{ path('rapsystree_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('rapsysair_terms_of_service') }}">{% trans %}Terms of service{% endtrans %}</a>
+ <a href="{{ path('rapsystree_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 %}
{% else %}
<span> </span>
{% endif %}
- #}
</footer>
{% endblock %}
{% endblock %}