forked from expo/troggle
all working, queries improved, date-ordered.
This commit is contained in:
@@ -83,16 +83,15 @@ LOGMESSAGES
|
||||
<span style="font-family: monospace; font-size: 130%; ">
|
||||
{% for sb in svxblocks %}
|
||||
{% empty %}
|
||||
Cannot find any survex blocks in this survex file (not looking at *include files). <br />
|
||||
Cannot find any <em>dated</em> survex blocks in this survex file (not looking at *include files). <br />
|
||||
Report this to a nerd if you think this is incorrect.
|
||||
<hr />
|
||||
{% endfor %}
|
||||
|
||||
{% for key, value in events.items %}
|
||||
<details {% if forloop.first %} open{% endif %}>
|
||||
<summary><b><a href="/expedition/{{key|date:"Y"}}">{{key|date:"Y"}}</a>{{key|date:"-m-d"}}</b> </summary>
|
||||
<br />
|
||||
{% with trips=value.0 svxfiles=value.1 wallets=value.2 %}
|
||||
<summary><b><a href="/expedition/{{key|date:"Y"}}">{{key|date:"Y"}}</a>{{key|date:"-m-d"}}</b> {{value.3}}</summary>
|
||||
{% with trips=value.0 svxothers=value.1 wallets=value.2 %}
|
||||
{% include 'onthisdate.html' %}
|
||||
{% endwith %}
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user