{% extends "gestion/base.html" %} {% block titre %}Propositions de morceau{% endblock %} {% block content %}
Oui | Non | |||||
---|---|---|---|---|---|---|
{% if p.link %}{% endif %} {{ p.name }}{% if p.artist %} - {{ p.artist }}{% endif %} {% if p.link %}{% endif %} | {{ p.nb_yes }} | {{ p.nb_no }} | Oui | Non | {% if p.user_answer %}Vous avez voté {{ p.user_answer }}{% endif %} | {% if p.user == request.user or request.user.profile.is_chef %} Supprimer {% endif %} |