{% defer (url=endpoint, pluck='content_ratings') %} {% if this.rating %}
{# L10n: (es) Classificacao Indicativa. #}

{{ _('Content Rating') }}

{# Content rating. #} {{ iarc_names.ratings[this.body][this.rating] }}
{# Content descriptors as a list of text. #} {% if this.descriptors_text %}
    {% for descriptor_text in this.descriptors_text %}
  • {{ descriptor_text }}
  • {% endfor %}
{% else %} {# If not showing descriptor text, show the rating name to fill in space. #} {{ iarc_names.ratings[this.body][this.rating] }} {% endif %}
{% if this.interactives %}
{% for interactive_text in this.interactives_text %}

{{ interactive_text }}

{% endfor %}
{% endif %}
{% set rating_detail_link = iarc.detail_links[this.body] %} {% if rating_detail_link %} {# L10n: (es) Classificacao Indicativa. Rating as in content rating. #} {{ _('Rating Details') }} {% endif %}
{% endif %} {% except %} {% end %}