{% if wis %} {% for wi in wis %} {% endfor %}
WI ID TSG Name Acronym Release
{{ wi.wi_id }} {{ wi.tsg_short }} {{ wi.name or '-' }} {{ wi.acronym or '-' }} {{ wi.release or '-' }}
{% include "partials/pagination.html" %} {% else %}

No WIs match these filters.

{% endif %}