{% extends "base.html" %} {% block title %}doc3gpp ยท tsgs{% endblock %} {% block content %}

TSGs

{{ tsgs | length }} TSG reference record{{ '' if tsgs | length == 1 else 's' }}.

{% if tsgs %} {% for tsg in tsgs %} {% endfor %}
Name Short Description
{% if tsg.url %}{{ tsg.tsg_name }}{% else %}{{ tsg.tsg_name }}{% endif %} {{ tsg.short_name }} {{ tsg.description or '-' }} show
{% else %}

No TSGs stored. Seed via doc3gpp tsg sync.

{% endif %} {% endblock %}