mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 04:37:03 +00:00
TICK shown
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{% extends "baseapi.html" %}
|
{% extends "baseapi.html" %}
|
||||||
{% block content %}{
|
{% block content %}{
|
||||||
{% for qm in object_list %}"{{qm.id}}": ["{{qm.expoyear}}","{{qm.cave}}","{{qm.blockname}}","QM{{qm.number}}","{{qm.grade}}","{{qm.nearest_station_name}}","{{qm.resolution_station_name}}","{{qm.get_absolute_url}}"]{% if not forloop.last %},{% endif %}
|
{% for qm in object_list %}"{{qm.id}}": ["{{qm.expoyear}}","{{qm.cave}}",{% if qm.ticked %}"TICKed",{% else %}"OPEN",{% endif %}
|
||||||
|
"{{qm.blockname}}","QM{{qm.number}}","{{qm.grade}}","{{qm.nearest_station_name}}","{{qm.resolution_station_name}}","{{qm.get_absolute_url}}"]{% if not forloop.last %},{% endif %}
|
||||||
{% endfor %} }{% endblock %}
|
{% endfor %} }{% endblock %}
|
||||||
Reference in New Issue
Block a user