Javi Martín
dd28163be7
Show admin heading stats for the current budget
...
To get the heading where a user voted, we were relying on the
`balloted_heading_id` field.
Our guess is this was done so the total number of users is the same as
the sum of users who voted on a heading. That is, if 2000 people voted
just on the "All city" heading, 1000 voted just on the "North district"
heading, and 500 people voted on both, instead of showing "3500 people
voted in total, 2500 voted in all city, 1500 voted in north district",
we show something like "3500 people voted in total, 2250 voted in all
city, and 1250 voted in north district".
However, this approach has some disadvantages.
The first disadvantage is, the stats aren't correct. In the case above,
2500 voted on the "All city heading", so the statistics for this heading
don't show reality.
The second one is we weren't considering the last heading where users
voted inside the budget being displayed, but the last heading where
users voted, period. That means that, if all the people above voted on a
later budget, the stats for the budget above would become "3500 people
voted in total, 0 voted in all city, and 0 voted in north district".
That also means we were including headings from previous budgets in the
statistics for more recent budgets when people hadn't voted on the
recent ones.
So we're removing the `balloted_heading_id` since its data is lost once
people vote on a new budget. And, in order to show the right stats and
simplify the code, we're no longer trying to add votes just to one
heading when users vote on several headings.
Co-Authored-By: Julian Nicolas Herrero <microweb10@gmail.com >
2023-02-20 14:21:03 +01:00
..
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2022-08-25 21:36:31 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-26 13:03:49 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:16 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:16 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2022-08-25 21:36:31 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2021-09-03 11:49:52 +02:00
2019-10-24 20:35:13 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2022-08-25 21:36:31 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:16 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2021-09-03 11:49:52 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2022-08-25 21:36:31 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:16 +02:00
2019-10-24 21:20:16 +02:00
2019-10-24 21:20:16 +02:00
2019-10-24 21:20:16 +02:00
2019-10-24 21:20:16 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2021-09-03 11:49:52 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2021-09-03 11:49:52 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2022-08-25 21:36:31 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:16 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2021-09-03 11:49:52 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2022-08-25 21:36:31 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2021-09-03 11:49:52 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:16 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2021-09-03 11:49:52 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-10-24 20:35:13 +02:00
2020-09-08 11:00:19 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-24 19:24:01 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2020-09-08 11:00:19 +02:00
2019-05-28 16:40:52 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2021-09-03 11:49:52 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-10-24 21:20:17 +02:00
2019-10-24 21:20:17 +02:00
2020-09-08 11:00:19 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:16 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2021-08-09 23:53:21 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-10-24 21:20:17 +02:00
2019-10-24 21:20:17 +02:00
2021-08-09 23:53:21 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2021-08-09 23:53:21 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-05-28 16:40:52 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-10-24 20:35:13 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2022-08-25 21:36:31 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2022-11-09 17:52:05 +01:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-24 19:24:01 +02:00
2019-04-29 13:08:43 -05:00
2019-04-29 13:08:43 -05:00
2019-04-29 13:08:43 -05:00
2019-04-17 17:40:56 +02:00
2019-10-24 20:35:13 +02:00
2019-04-29 13:08:43 -05:00
2019-04-24 19:24:01 +02:00
2019-04-29 13:08:43 -05:00
2022-08-25 21:36:31 +02:00
2019-04-29 13:08:43 -05:00
2019-04-29 13:08:43 -05:00
2019-04-24 19:24:01 +02:00
2019-04-24 19:24:01 +02:00
2019-10-24 21:20:17 +02:00
2019-10-24 20:35:13 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2019-04-29 13:08:43 -05:00
2019-04-29 13:08:43 -05:00
2019-10-24 20:35:13 +02:00
2019-10-24 20:35:13 +02:00
2019-10-24 21:20:16 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2020-04-24 15:43:54 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-05-28 16:40:52 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2019-06-27 09:20:25 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2020-04-24 15:43:54 +02:00
2019-10-24 21:20:16 +02:00
2020-04-24 15:43:54 +02:00
2021-08-09 18:54:44 +02:00
2019-04-17 17:40:56 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2020-04-24 15:43:54 +02:00
2019-06-27 09:19:35 +02:00
2019-06-27 09:19:35 +02:00
2019-06-27 09:19:35 +02:00
2019-06-27 09:19:35 +02:00
2019-06-27 09:19:36 +02:00
2019-06-27 09:19:36 +02:00
2020-04-24 15:43:54 +02:00
2019-06-27 09:19:36 +02:00
2019-06-27 09:20:24 +02:00
2019-06-27 09:19:37 +02:00
2019-06-27 09:19:36 +02:00
2019-06-27 09:19:37 +02:00
2019-10-24 21:20:17 +02:00
2019-10-24 21:20:17 +02:00
2019-04-17 17:40:56 +02:00
2019-04-17 17:40:56 +02:00
2019-11-07 22:01:43 +01:00
2022-11-09 18:19:20 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2022-08-23 14:30:38 +02:00
2019-05-28 16:40:52 +02:00
2019-05-28 16:40:52 +02:00
2019-10-24 21:20:17 +02:00
2019-10-24 21:20:17 +02:00
2019-08-07 13:53:27 +02:00
2019-06-07 17:36:22 +02:00
2021-08-09 23:53:21 +02:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-11-07 22:01:43 +01:00
2019-10-24 21:20:17 +02:00
2019-08-07 13:53:27 +02:00
2019-05-21 13:50:19 +02:00
2021-09-03 11:49:52 +02:00
2019-04-29 13:08:43 -05:00
2020-08-06 12:38:18 +02:00
2019-06-07 17:36:22 +02:00
2019-10-24 21:20:16 +02:00
2019-08-07 13:53:27 +02:00
2019-05-22 11:50:03 +02:00
2019-06-07 17:36:22 +02:00
2019-06-12 16:23:40 +02:00
2019-10-24 20:35:13 +02:00
2019-06-12 16:23:40 +02:00
2019-05-22 11:50:03 +02:00
2019-08-07 13:53:27 +02:00
2019-08-07 13:53:27 +02:00
2019-08-07 13:53:27 +02:00
2019-07-29 13:07:24 +02:00
2019-06-12 18:03:53 +02:00
2019-10-24 20:35:13 +02:00
2019-06-12 18:03:53 +02:00
2019-06-12 18:03:53 +02:00
2019-06-12 18:03:53 +02:00
2019-10-24 20:35:13 +02:00
2019-10-24 20:35:13 +02:00
2019-10-24 20:35:13 +02:00
2019-10-24 20:35:13 +02:00
2019-10-24 20:35:13 +02:00
2019-10-24 20:35:13 +02:00
2019-07-29 13:07:24 +02:00
2019-09-12 16:49:01 +02:00
2019-06-07 18:55:29 +02:00
2020-04-23 18:49:43 +02:00
2020-04-23 18:49:43 +02:00
2020-04-09 07:11:52 +10:00
2019-10-24 21:20:17 +02:00
2019-10-20 17:36:36 +02:00
2019-10-20 17:36:36 +02:00
2019-10-25 18:05:59 +02:00
2019-10-30 02:26:42 +01:00
2019-10-30 02:26:42 +01:00
2019-10-30 18:48:55 +01:00
2019-10-30 18:48:55 +01:00
2019-11-01 16:49:14 +01:00
2019-11-01 17:12:42 +01:00
2019-11-01 17:12:42 +01:00
2019-11-01 20:08:46 +01:00
2019-11-05 13:02:37 +01:00
2019-11-05 13:02:37 +01:00
2019-11-06 00:04:02 +01:00
2019-11-07 20:36:43 +01:00
2019-11-08 18:57:54 +01:00
2021-02-23 17:05:24 +01:00
2021-06-09 19:16:55 +02:00
2021-03-11 19:37:58 +01:00
2021-06-09 21:51:39 +02:00
2020-07-08 18:34:58 +02:00
2022-11-09 17:53:31 +01:00
2020-09-08 12:12:43 +02:00
2020-09-08 12:13:01 +02:00
2020-09-08 12:13:13 +02:00
2020-09-08 12:13:21 +02:00
2022-08-25 21:36:31 +02:00
2020-12-02 12:13:02 +01:00
2020-12-04 15:15:32 +01:00
2020-12-04 18:27:49 +01:00
2020-12-08 11:30:46 +01:00
2020-12-16 11:43:15 +01:00
2020-12-21 18:04:48 +01:00
2020-12-21 18:04:48 +01:00
2022-01-17 13:55:31 +01:00
2021-01-18 13:17:37 +01:00
2021-01-14 17:37:58 +01:00
2021-01-14 17:38:01 +01:00
2021-01-26 19:10:12 +01:00
2022-02-25 16:22:52 +01:00
2021-08-16 16:31:04 +02:00
2021-08-16 16:31:04 +02:00
2021-08-16 16:31:04 +02:00
2021-08-16 16:31:04 +02:00
2021-09-24 13:39:15 +02:00
2021-09-03 11:49:52 +02:00
2021-10-06 14:13:44 +02:00
2022-08-24 14:33:02 +02:00
2021-11-05 16:40:36 +01:00
2021-11-05 16:40:36 +01:00
2022-10-18 10:38:59 +02:00
2022-09-22 10:34:07 +02:00
2022-12-13 13:10:02 +01:00
2022-12-28 14:34:00 +01:00
2023-02-20 14:21:03 +01:00