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