%namespace name="h" file="jm2l:templates/helpers.mako"/> <%namespace name="tables" file="jm2l:templates/Logistique/Tables.mako"/> ## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= <%def name="Main(Exchanges, miam_form)"> <% DicExch = Exchanges.get_overview( request.user.uid ) %>
Complétez dès à présent votre partie repas afin que l'on puisse faire les réservations nécessaires ! Vendredi soir :
Certains conférenciers viennent de très loin et seront présent dés le vendredi.
À la pause du midi, nous vous proposons un repas avec le food-truck 'les frères toqués' qui sera présent sur le parking de PolyTech
Pour conclure la journée nous avons l'habitude de nous retrouver au repas de cloture. |
Les échanges ${CurTitle} % if 0: % endif | ||||
---|---|---|---|---|
Détails | ||||
Il n'y a aucun échange ${CurTitle} proposé actuellement... | ||||
% elif item.exch_state=='Proposal': | % endif |
%if item.asker and item.exch_state=='Ask': ${item.asker.prenom} ${item.asker.nom} demande %elif item.provider and item.exch_state=='Proposal': ${item.provider.prenom} ${item.provider.nom} offre % endif % if item.exch_type=="C": un co-voiturage le ${item.start_time.strftime('%a %d %b vers %Hh%M')} de ${item.Itin.start.display_name} à ${item.Itin.arrival.display_name} % elif item.exch_type=="M": % if item.Category: ${item.Category.exch_subtype} % endif % if item.description: ${item.description[:30]} % endif de ${item.start_time.strftime('%a %d %b %Hh%M')} à ${item.end_time.strftime('%a %d %b %Hh%M')} % else: % if item.Category: ${item.Category.exch_subtype} % endif % if item.description: ${item.description[:30]} % endif ${item.start_time.strftime('%a %d %b')} soir % endif |
% if item.provider_id==request.user.uid or item.asker_id==request.user.uid:
% elif (item.provider_id and item.asker_id):
## ## ## ## % else: ## ## ## % endif |
Section | Mes demandes | Mes offres | Accords |
---|---|---|---|
Miam | ? | - | ? |
${Wrap | h} | ${len(DicExch[Wrap[0]]['Ask'])} | ${len(DicExch[Wrap[0]]['Proposal'])} | ${len(DicExch[Wrap[0]]['Agree'])} |
Section | Les demandes | Les propositions | Les Accords |
---|---|---|---|
Miam | ? | - | ? |
${Wrap | h} | ${DicExch[Wrap[0]]['Counters']['AllAsk']} | ${DicExch[Wrap[0]]['Counters']['AllProp']} | ${DicExch[Wrap[0]]['Counters']['AllAgree']} |