root 2 years ago
parent
commit
b27976728f
1 changed files with 23 additions and 0 deletions
  1. +23
    -0
      views/event_templates_page_registration.xml

+ 23
- 0
views/event_templates_page_registration.xml View File

@ -103,6 +103,29 @@
<span class="kala_evt1" t-field="event.with_context(tz=event.date_tz).date_end" t-options="{'time_only': 'true', 'format': 'short'}"/> <span class="kala_evt1" t-field="event.with_context(tz=event.date_tz).date_end" t-options="{'time_only': 'true', 'format': 'short'}"/>
</t> </t>
<t t-if="event.online_event and not event.online_only and not event.booking_event">
<br>
</br>
<br>
</br>
<h5 style="color: rgb(255, 0, 0)">On line and on the spot event</h5>
</t>
<t t-if="not event.online_event and not event.online_only and not event.booking_event">
<br>
</br>
<br>
</br>
<h5 style="color: rgb(255, 0, 0)">Only On the spot event</h5>
</t>
<t t-if="event.online_event and event.online_only and not event.booking_event">
<br>
</br>
<br>
</br>
<h5 style="color: rgb(255, 0, 0)">Only On line event</h5>
</t>
<t t-if="not event.booking_event"> <t t-if="not event.booking_event">
<t t-if="not event.free_participation"> <t t-if="not event.free_participation">
<br></br> <br></br>


Loading…
Cancel
Save