{% if paragraph.field_widget_news_content_tag.0.target_id is empty %}
{% if paragraph.field_widget_news_content_title.0 is not empty %}
{{ paragraph.field_widget_news_content_title.0.value }}{{ paragraph.field_widget_news_content_sub_ti.0.value }}
{% set term_depth = 0 %}
{% endif %}
{% endif %}
{# Level 1 : Tabs #}
{% if paragraph.field_widget_news_content_tag.0.target_id is empty %}
{% endif %}
{# Level 2 : Ribbon #}
{% if paragraph.field_widget_news_content_tag.0.target_id is not empty %}
{% endif %}
{% if paragraph.field_widget_news_content_tag.0.target_id is not empty %}
{{ paragraph.field_widget_news_content_title.0.value }}{{ paragraph.field_widget_news_content_sub_ti.0.value }}
{% endif %}
{% if paragraph.field_show_sub_tags_ %}
{% if term_depth == 0 %}
{% for news_tag in top_news_tags %}
{% set news_sub_tags = level1_news_tags[news_tag.tid] %}
{% if news_sub_tags %}- All
{% endif %}
{% for news_sub_tag in news_sub_tags %}
- {{ news_sub_tag.name }}
{% endfor %}
{% endfor %}
{% else %}
{% set news_sub_tags = level1_news_tags[paragraph.field_widget_news_content_tag.0.target_id] %}
{% if news_sub_tags %}- All
{% endif %}
{% for news_sub_tag in news_sub_tags %}
- {{ news_sub_tag.name }}
{% endfor %}
{% endif %}
{% endif %}
{% if paragraph.field_widget_news_content_tag.0.target_id is not empty %}
{% endif %}