{% extends "base.html" %} {% load i18n icons permissions translations %} {% block breadcrumbs %} {% path_object_breadcrumbs path_object %}
  • {% translate "Community localization checklist" %}
  • {% endblock breadcrumbs %} {% block content %} {% announcements component=object %} {% include "snippets/component/state.html" %} {% perm 'component.edit' object as user_can_edit_component %}
    {% translate "Community localization checklist" %}
    {% translate "Here you can find guidance to make your localization project attractive to the community." %}
    {% for guide in guidelines %} {% if guide.is_relevant %} {% if guide.group %} {% else %} {% endif %} {% endif %} {% endfor %}
    {{ guide.description }} {% documentation_icon guide %}
    {% if guide.passed %} {% icon "check.svg" %} {% elif guide.hint %} {% icon "wrench.svg" %} {% else %} {% icon "alert.svg" %} {% endif %} {{ guide.description }} {% documentation_icon guide %} {% if user_can_edit_component %} {% translate "Configure" %} {% endif %}
    {% endblock content %}