{% load i18n %}
{% trans "UNCCD" %}
{% for flag in metadata.flags %} {{ flag.name }} {% endfor %} {% if metadata.status.0 and metadata.status.0 != 'public' %} {% trans metadata.status.1 %} {% endif %} {% trans "Unknown name" as empty_name %}

{{ raw_data.name|default:empty_name }} {% if raw_data.country.0 %}[{{ raw_data.country.0 }}]{% endif %}

{{ raw_data.label_unccd_reporting_entity }}{% if raw_data.label_unccd_reporting_entity|last not in ".:!?" %}: {% endif %}{{ raw_data.unccd_reporting_entity }}

{{ raw_data.unccd_description|default:"" }}

{% if raw_data.unccd_property_rights %}

{{ raw_data.label_unccd_property_rights }}{% if raw_data.label_unccd_property_rights|last not in ".:!?" %}: {% endif %}{{ raw_data.unccd_property_rights.0 }}

{% endif %} {% if raw_data.unccd_property_rights_description %}

{% trans "Comments" %}: {{ raw_data.unccd_property_rights_description }}

{% endif %}
{# #} {# {#
{% if review_config %} {% trans "UNCCD Prais data" as questionnaire_type %} {% include 'details/review_panel.html' with review_config=review_config questionnaire_type=questionnaire_type %} {% endif %}

{% trans "View sections" %}

{% trans "Expand all" %} {% trans "Collapse all" %}
{% trans "Completeness:" %} {{ completeness_percentage }}%
{% if subcategories or 'edit_questionnaire' in permissions and 'edit' in view_mode %}
{% if 'edit_questionnaire' in permissions and view_mode == 'edit' %}

{{ numbering|default:'' }} {{ label }}

{% elif subcategories %}

{{ numbering|default:'' }} {{ label }}

{% endif %}
{% for subcategory, subcategory_config in subcategories %} {% if subcategory_config.keyword != 'tech__0__1' and subcategory_config.keyword != 'tech__1__1' %} {{ subcategory }} {% endif %} {% empty %}

{% trans "Empty section" %}

{% endfor %}
{% endif %}