{% trans "Performance overview" %}
{% if errors %}{% trans "Configuration errors" %}
{% trans "Last occurrence" %} | {% trans "Name" %} | {% trans "Message" %} | |
---|---|---|---|
{{ error.timestamp }} | {{ error.name }} | {{ error.message }} |
{% trans "You can safely permanently ignore errors for file formats you do not intend to use. These are usually caused by missing or outdated dependencies." %}
{% trans "System checks" %}
{% trans "Name" %} | {% trans "Message" %} | {% trans "Documentation" %} |
---|---|---|
{{ check.id }} | {{ check.msg }} | {% check_link check %} |
{% trans "Congratulations, your setup seems to work." %}
{% endif %}