Mercurial > libervia-templates
comparison sat_templates/templates/bulma/event/overview.html @ 332:3db3509cbad1
bulma: fix items/pagination ordering in various places following ordering fix in Libervia/SàT Pubsub
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 06 Jun 2021 19:53:56 +0200 |
parents | f3c8a6af4ee2 |
children | 6c21a9857e08 |
comparison
equal
deleted
inserted
replaced
331:0c9f8bd0fc20 | 332:3db3509cbad1 |
---|---|
32 You have currently {{nb_events}} events in your personal list | 32 You have currently {{nb_events}} events in your personal list |
33 {% endtrans %} | 33 {% endtrans %} |
34 </div> | 34 </div> |
35 </div> | 35 </div> |
36 | 36 |
37 {% call(part, interest) block.interests_grid(events, 'calendar') %} | 37 {% call(part, interest) block.interests_grid(events|reverse, 'calendar') %} |
38 {% if part == "header-title" %} | 38 {% if part == "header-title" %} |
39 <a href="{{interest.url}}"> | 39 <a href="{{interest.url}}"> |
40 <span class="tag is-medium is-rounded {{ 'is-light' if interest.date is in_the_past else 'is-info' }}"> | 40 <span class="tag is-medium is-rounded {{ 'is-light' if interest.date is in_the_past else 'is-info' }}"> |
41 {{interest.date|date_fmt("full", date_only=true)}} | 41 {{interest.date|date_fmt("full", date_only=true)}} |
42 </span> | 42 </span> |