{% extends 'iconolab_base.html' %} {% load notifications_tags %} {% block content %}
Activité Annotations {% if profile_user == request.user %} {% notifications_unread as unread_count %} {% if unread_count %} {{ unread_count }} {% endif %} Notifications Paramètres {% endif %} {% if profile_user.profile.managed_collections.exists %} Collections {% endif %}
{% block user_content %}{% endblock %}
{% endblock %}