{% extends "base.html" %} {% block title %}doc3gpp ยท spec {{ spec.spec_id }}{% endblock %} {% block content %}
| Version | Release | Upload date | Meeting | {% if not no_wis_crs %}CRs | {% endif %}ZIP | |
|---|---|---|---|---|---|---|
{{ v.version }} |
{{ v.release or '-' }} | {{ v.upload_date.isoformat() if v.upload_date else '-' }} | {% if v.meeting_id %} {{ v.meeting_name or v.meeting_id }} {% else %} {{ v.meeting_name or '-' }} {% endif %} | {% if not no_wis_crs %}{% if v.crs %} {{ cr_count }} {% else %} - {% endif %} | {% endif %}{% if v.ftp_url %}open{% else %}-{% endif %} | {% if v.pdf_url %}open{% else %}-{% endif %} |
No versions stored for this spec.
{% endif %} {% endblock %}