diff --git a/bda/templates/bda-participants.html b/bda/templates/bda-participants.html index cb94327d..3efeccc3 100644 --- a/bda/templates/bda-participants.html +++ b/bda/templates/bda-participants.html @@ -1,36 +1,39 @@ {% extends "base_title.html" %} +{% load staticfiles %} {% block realcontent %}

{{ spectacle }}

- +
- - - - - + + + + + + {% for participant in participants %} - - - - - - - - {% endfor %} + + + + + + + + {% endfor %} +
NomPlacesAdresse MailPayéDonnéNomPlacesAdresse MailPayéDonné
{{participant.name}}{{participant.nb_places}} place{{participant.nb_places|pluralize}}{{participant.email}} - {% if participant.paid %}Oui{% else %}Non{%endif%} - - {% if participant.given == participant.nb_places %}Oui - {% elif participant.given == 0 %}Non - {% else %}{{participant.given}}/{{participant.nb_places}} - {%endif%} -
{{participant.name}}{{participant.nb_places}} place{{participant.nb_places|pluralize}}{{participant.email}} + {% if participant.paid %}Oui{% else %}Non{%endif%} + + {% if participant.given == participant.nb_places %}Oui + {% elif participant.given == 0 %}Non + {% else %}{{participant.given}}/{{participant.nb_places}} + {%endif%} +

Ajouter une attribution


@@ -45,11 +48,20 @@ {% endfor %} - + + + + {% endblock %} diff --git a/bda/templates/etat-places.html b/bda/templates/etat-places.html index 64e7846f..ebd15c38 100644 --- a/bda/templates/etat-places.html +++ b/bda/templates/etat-places.html @@ -3,7 +3,7 @@ {% block realcontent %}

État des inscriptions BdA

- +
diff --git a/bda/templates/resume_places.html b/bda/templates/resume_places.html index 73a46aa9..4ed33e72 100644 --- a/bda/templates/resume_places.html +++ b/bda/templates/resume_places.html @@ -6,12 +6,18 @@

Attention, vous avez reçu plusieurs places pour des spectacles différents à la même date !

{% endif %} {% if places %} -
    +
Titre
{% for place in places %} -
  • {{ place.spectacle }}{% if place.double %} (deux places){% endif %}
  • + + + + + + {% endfor %} - -

    Total à payer : {{ total|floatformat }}€

    +
    {{place.spectacle.title}}{{place.spectacle.location}}{{place.spectacle.date_no_seconds}}{% if place.double %}deux places{%else%}une place{% endif %}
    +

    Total à payer : {{ total|floatformat }}€

    +

    Exporter au format calendrier (.ics, compatible avec tous les logiciels d'agenda)

    {% else %}

    Vous n'avez aucune place :(

    diff --git a/bda/templates/spectacle_list.html b/bda/templates/spectacle_list.html index a21d278b..dedc655d 100644 --- a/bda/templates/spectacle_list.html +++ b/bda/templates/spectacle_list.html @@ -6,7 +6,7 @@

    Liste des spectacles

    - +
    @@ -17,11 +17,11 @@ {% for spectacle in object_list %} - + - diff --git a/gestioncof/static/css/cof.css b/gestioncof/static/css/cof.css index 85e0ae65..21b38d97 100644 --- a/gestioncof/static/css/cof.css +++ b/gestioncof/static/css/cof.css @@ -558,15 +558,6 @@ h4.block-title { padding-bottom: 28px; padding-top: 8px; } -/* -.table-clicable tbody tr { - cursor: pointer; -} - -.table-clicable tbody tr:hover, -.table-clicable tbody tr:active { - background-color: #E8C2B8; -}*/ form#bda_form ul.errorlist li { padding-left: 0px; @@ -1064,6 +1055,10 @@ th[data-sort]{ cursor:pointer; } +tbody tr.clickable-row { + cursor:pointer; +} + tr.awesome{ color: red; }
    Titre
    {{ spectacle.title }} {{ spectacle.date_no_seconds }} {{ spectacle.location }} + {{ spectacle.price |floatformat }}€