{% load icons %} {% load i18n %} {% load translations %} {% for check in billing.libre_checklist %}
{% if check %} {% icon "check.svg" %} {% else %} {% icon "alert.svg" %} {% endif %} {{ check }}
{% if check.component %} {% if not check.component.is_glossary %}{% icon "comment.svg" %} {% trans "Unmet guidelines from the community localization checklist:" %}
{% endif %} {% if check.component.agreement %}
{% icon "suggest.svg" %} {% trans "Contributor agreement" %} {{ check.component.agreement|markdown }}
{% endif %} {% endif %} {% endfor %}