{% trans "Performance report" %}
{% trans "Check" %} | {% trans "Result" %} | {% trans "Documentation" %} |
---|---|---|
{{ check.0 }} | {% admin_boolean_icon check.1 %} | {% trans "Documentation" %} |
{% extends "admin/base_site.html" %} {% load i18n %} {% load translations %} {% block title %}{% trans "Performance report" %}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% trans "Check" %} | {% trans "Result" %} | {% trans "Documentation" %} |
---|---|---|
{{ check.0 }} | {% admin_boolean_icon check.1 %} | {% trans "Documentation" %} |