{% extends "Froxlor/userarea.html.twig" %} {% block heading %}
{{ lng('update.update') }}
{{ lng('update.description') }}
{% endblock %} {% block content %}
{% for check in checks %} {% if check.result_desc is not empty %} {% endif %} {% endfor %}
{{ check.title }} {{ check.result_txt }} {% if check.result == 0 %}  ???{% elseif check.result == 1 %} !!! {% endif %}
{{ check.result_desc|raw }}
{% endblock %}