{% extends "../nutriform/base.html" %} {% block content %}

Participez à des activités sportives communautaires

{% for annonce in annonces_list %}
  • {{ annonce.get_type_annonce_display }}
  • {{ annonce.date }}
  • {{ annonce.ville }}
  • {{ annonce.sport }}
  • {{ annonce.description }}
{% if user.is_authenticated and user != annonce.orga %} Contacter l'organisateur {% else %} Contacter l'organisateur {% endif %}
{% endfor %}

Créer mon annonce
{% endblock %}