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