{% block stylesheets %}{% endblock %}
RENT TRACKER
{% if app.user %} {% if app.user.isOwner == false %} {{ app.user.agent }} {% elseif app.user.isOwner == true %} {{ app.user.owner }} {% endif %} {% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
{{ 'layout.logout'|trans({}, 'FOSUserBundle') }}
{% endif %} {% else %}
Mon compte
{% endif %}
ACCUEIL
BIENS
{% if app.user %} {% if app.user.isOwner == false %}
LOCATAIRES
{% endif %} {% endif %}
HISTORIQUE
HISTORIQUE LOCATAIRES
ALERTES
{% if app.user %} {% if app.user.isOwner == true %}
TRAVAUX
SYSTEME DE PART
{% endif %} {% endif %}
RENT TRACKER
{% if app.user %} {% if app.user.isOwner == false %}
{{ app.user.agent }}
{% elseif app.user.isOwner == true %}
{{ app.user.owner }}
{% endif %} {% if is_granted("IS_AUTHENTICATED_REMEMBERED") %}
{{ 'layout.logout'|trans({}, 'FOSUserBundle') }}
{% endif %} {% else %}
Mon compte
{% endif %}
ACCUEIL
BIENS
{% if app.user %} {% if app.user.isOwner == false %}
LOCATAIRES
{% endif %} {% endif %}
HISTORIQUE
HISTORIQUE LOCATAIRES
ALERTES
{% if app.user %} {% if app.user.isOwner == true %}
TRAVAUX
SYSTEME DE PART
{% endif %} {% endif %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% block body %} {%endblock %}
{% block javascripts %} {% endblock %}