|
|
@ -72,7 +72,7 @@ |
|
|
|
<!-- Body --> |
|
|
|
<main t-attf-class="#{opt_events_list_cards and 'card-body' or (opt_events_list_columns and 'py-3' or 'px-4')}"> |
|
|
|
<!-- Title --> |
|
|
|
<h5 t-attf-class="card-title mt-2 mb-0 text-truncate #{(not event.website_published) and 'text-danger'}"> |
|
|
|
<h5 t-attf-class="card-title mt-2 mb-0 #{(not event.website_published) and 'text-danger'}"> |
|
|
|
<span t-field="event.name" itemprop="name"/> |
|
|
|
</h5> |
|
|
|
<!-- Start Date & Time --> |
|
|
|