Total missions: {{ missions|length }}
List endpoint (via {% templatetag openblock %} url {% templatetag closeblock %}): {% url 'missions-list' %}
{% for mission in missions %}{{ mission.description|default:"No description" }}
detail logNo missions found.
{% endfor %}