{% if specs %} {% for spec in specs %} {% endfor %}
Type Spec ID Title Status Radio tech Initial release TSG Rapporteurs
{{ spec.type or '-' }} {{ spec.spec_id }} {{ spec.title or '-' }} {{ spec.status or '-' }} {{ spec.radio_tech or '-' }} {{ spec.initial_release or '-' }} {{ spec.tsg or '-' }} {% if spec.rapporteurs and spec.rapporteurs | length > 32 %} {{ spec.rapporteurs | truncate_csv(32) }} {% else %} {{ spec.rapporteurs or '-' }} {% endif %} show
{% include "partials/pagination.html" %} {% else %}

No specs match these filters.

{% endif %}