{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% load icons %} {% block breadcrumbs %}
{{ owner }} @{{ owner.username }} {{ owner.email }} {% if user.is_superuser %} {% trans "Check user access" %} {% endif %}
{% endfor %} {% for check in billing.libre_checklist %}{% if check %} {% icon "check.svg" %} {% else %} {% icon "alert.svg" %} {% endif %} {{ check }}
{% if check.component %}{% icon "comment.svg" %} {% trans "Unmet guidelines from the community localization checklist:" %}
{% if check.component.agreement %}
{% icon "suggest.svg" %} {% trans "Contributor agreement" %} {{ check.component.agreement|markdown }}
{% endif %} {% endif %} {% endfor %}{% blocktrans with price=19 %}Looking for commercial hosting? Our prices start at {{ price }} EUR per month.{% endblocktrans %}