{{profile_user.username}}: Toutes les contributions Retour au profil
{% if not user_contributed_annotations %}
Aucune annotation à afficher
{% else %}
{% for annotation_data in user_contributed_annotations %}
{% include "partials/user_pages/annotations_contributed_panel.html" with annotation_data=annotation_data user=profile_user with_stats=True large_image=True %}
{% endfor %}