|
|
@ -49,9 +49,10 @@ |
|
|
|
<template id="kalachakra.event_description_full" inherit_id="website_event.event_description_full"> |
|
|
|
|
|
|
|
<xpath expr="//span[@itemprop='description']" position="before"> |
|
|
|
<h6>Media sessions recording :</h6> |
|
|
|
|
|
|
|
|
|
|
|
<t t-if="event.teaching_day_ids"> |
|
|
|
<h6 style="background-color: orange;">Enregistrements disponibles :</h6> |
|
|
|
|
|
|
|
<t t-foreach="event.teaching_day_ids.sorted(key=lambda r: r.sequence)" t-as="t_day"> |
|
|
|
|
|
|
@ -118,12 +119,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
</t> |
|
|
|
|
|
|
|
</t> |
|
|
|
<t t-if="event.teaching_html_content_records"> |
|
|
|
<t t-if="event.teaching_html_content_records_published"> |
|
|
|
<h6 style="background-color: orange;">Enregistrements disponibles :</h6> |
|
|
|
<div> |
|
|
|
<t t-raw="event.teaching_html_content_records"/> |
|
|
|
</div> |
|
|
|
</t> |
|
|
|
<br></br><br></br> |
|
|
|
</t> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -166,15 +171,16 @@ |
|
|
|
<span class="kala_evt1" t-field="event.with_context(tz=event.date_tz).date_end" t-options="{'time_only': 'true', 'format': 'short'}"/> |
|
|
|
</t> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <div class="dropdown"> |
|
|
|
<i class="fa fa-calendar mr-1"/> |
|
|
|
<a href="#" role="button" data-toggle="dropdown">Add to Calendar</a> |
|
|
|
<div class="dropdown-menu"> |
|
|
|
<a t-att-href="iCal_url" class="dropdown-item">iCal/Outlook</a> |
|
|
|
<a t-att-href="google_url" class="dropdown-item" target="_blank">Google</a> |
|
|
|
</div> |
|
|
|
</div>--> |
|
|
|
<t t-if="not event.booking_event"> |
|
|
|
<t t-if="not event.free_participation"> |
|
|
|
<br></br> |
|
|
|
<br></br> |
|
|
|
<h5 style="color: rgb(255, 0, 0)">Participation :</h5> |
|
|
|
<h6><font style="color: rgb(255, 0, 0);font-size: 14px;">Non adhérent : <span t-esc="int(event.participation_standard_price)"/> €</font></h6> |
|
|
|
<h6><font style="color: rgb(255, 0, 0);font-size: 14px;">Adhérent : <span t-esc="int(event.participation_member_price)"/> €</font></h6> |
|
|
|
<h6><font style="color: rgb(255, 0, 0);font-size: 14px;">Membre soutien : <span t-esc="int(event.participation_super_member_price)"/> €</font></h6> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
</t> |
|
|
|
</div> |
|
|
|
|
|
|
|