summaryrefslogtreecommitdiff
path: root/template/ngi-taler.html.j2
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2024-03-27 07:57:03 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2024-03-27 07:57:03 +0100
commitf43a925468a116ee1c3d5e2223d7f74cafd10d07 (patch)
treea238330153921a720f2a6a5e70d4c021ecd8b476 /template/ngi-taler.html.j2
parentce1e578472fbd3f0c3dcac4be899b8b6cc4aab67 (diff)
downloadwww-f43a925468a116ee1c3d5e2223d7f74cafd10d07.tar.gz
www-f43a925468a116ee1c3d5e2223d7f74cafd10d07.tar.bz2
www-f43a925468a116ee1c3d5e2223d7f74cafd10d07.zip
HF: Sort order reverse by date
Diffstat (limited to 'template/ngi-taler.html.j2')
-rw-r--r--template/ngi-taler.html.j212
1 files changed, 6 insertions, 6 deletions
diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2
index 89a88927..05be7ed0 100644
--- a/template/ngi-taler.html.j2
+++ b/template/ngi-taler.html.j2
@@ -60,17 +60,17 @@
<p>
The consortium will organize or participate in different types of events across Europe.
</p>
- {# Events will include talks presenting GNU Taler and related technologies, expert panels discussing
- financial problems and possible solutions, workshops to jointly work on GNU Taler integrations,
- usability studies with interested volunteers, and public consultations to gather ideas and requirements
+ {# Events will include talks presenting GNU Taler and related technologies, expert panels discussing
+ financial problems and possible solutions, workshops to jointly work on GNU Taler integrations,
+ usability studies with interested volunteers, and public consultations to gather ideas and requirements
from the general public. #}
-
+
<div>
{% for year, yitem in eventsdata|groupby('date.year')|reverse %}
<p><b>{{ year }}</b></p>
<ul class="timeline">
- {% for item in yitem|reverse %}
+ {% for item in yitem|sort(attribute='date',reverse=true) %}
<li>
<section class="item-preview">
<header>
@@ -93,7 +93,7 @@
</div>
</div>
</article>
-
+
{# DEPRECATED EVENTS AND DELIVERABLES IN CAROUSEL JS
<article>
<div class="row">