|
|
@ -83,12 +83,12 @@ |
|
|
|
<!-- Location --> |
|
|
|
<div itemprop="location" t-field="event.address_id" t-options="{'widget': 'contact', 'fields': ['city'], 'no_marker': 'true'}"/> |
|
|
|
<div class="mt8 d-flex align-items-center"> |
|
|
|
<t t-foreach="event.tag_ids" t-as="tag"> |
|
|
|
<!-- <t t-foreach="event.tag_ids" t-as="tag"> |
|
|
|
<span t-if="tag.color" |
|
|
|
t-attf-class="badge mr8 #{'badge-primary' if tag in search_tags else 'badge-light'} #{'o_tag_color_%s' % tag.color if tag.color else ''}"> |
|
|
|
<span t-esc="tag.name"/> |
|
|
|
</span> |
|
|
|
</t> |
|
|
|
</t> --> |
|
|
|
</div> |
|
|
|
</main> |
|
|
|
</div> |
|
|
@ -152,8 +152,9 @@ |
|
|
|
<i class="fa fa-long-arrow-left text-primary mr-2"></i> |
|
|
|
<span class="kala_evt1">Retour</span> |
|
|
|
</a> |
|
|
|
<h6><span t-esc="event.name"></span></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"> |
|
|
|