{% extends "base.html" %} {% load i18n %} {% load permissions %} {% load translations %} {% load icons %} {% block breadcrumbs %}
  • {{ object.project }}
  • {% include "snippets/component-breadcrumb.html" %}
  • {% trans "Community localization checklist" %}
  • {% endblock %} {% block content %} {% announcements component=object %} {% include "snippets/component/state.html" %} {% perm 'component.edit' object as user_can_edit_component %}
    {% trans "Community localization checklist" %}
    {% trans "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" %} {% else %} {% icon "alert.svg" %} {% endif %} {{ guide.description }} {% documentation_icon guide %} {% if user_can_edit_component %} {% trans "Configure" %} {% endif %}
    {% endblock %}