{{ sections.top_box(tag) }}
{{ sections.tparams_ov(tag) }}
{% if tag.internals or tag.deprecation_msgs or tag.warnings or tag.notes or tag.akas or not tag.body.empty %}
Detailed Description
{% if tag.internals %}
Internal:
For internal use only.
{% endif %}
{% if tag.deprecation_msgs %}
{% for msg in tag.deprecation_msgs %}
Deprecated.
{{ msg|transtext(False) }}
{% endfor %}
{% endif %}
{% if tag.warnings %}
{% for msg in tag.warnings %}
Warning:
{{ msg|transtext(False) }}
{% endfor %}
{% endif %}
{% if tag.notes %}
{% for msg in tag.notes %}