{% load static %}
{% block extra_css %}{% endblock %}
CrowdBuilding
Accueil
Projets
À propos
Contact
{% if user.is_authenticated %}
{% load notifications_tags %} {% if user|unread_notifications_count > 0 %}
{{ user|unread_notifications_count }}
{% endif %}
Notifications récentes
{% for notification in user|recent_notifications:5 %}
{{ notification.date_creation|date:"d/m H:i" }}
{{ notification.titre }}
{% empty %}
Aucune notification
{% endfor %}
Voir toutes
{{ user.prenom }}
{{ user.nom_complet }}
Tableau de bord {% if user.est_investisseur %}
(Investisseur)
{% elif user.est_promoteur %}
(Promoteur)
{% elif user.est_administrateur %}
(Administrateur)
{% endif %}
Mon profil
{% if user.get_role_actif %}
{{ user.get_role_actif.get_type_display }}
{% endif %}
Déconnexion
{% else %}
Connexion
S'inscrire
{% endif %}
{% if messages %} {% endif %}
{% block content %}{% endblock %}
{% if not user.est_administrateur or not user.is_authenticated %} {% endif %} {% block extra_js %}{% endblock %}