{% if status == 'true' %}{% elseif status == 'false' %}{% else %}{% endif %}
{% if status == 'null' %}
{{ text.__('Not tested yet', 'ifw') }}
{% else %}
{{ text.__('Last test performed', 'ifw') }}: {{ timestamp }}
{% if status == 'true' %}
{{ text.__('Everything is in order', 'ifw') }}
{% else %}
{{ text.__('A problem was recognized', 'ifw') }}
{{ text.__('If the issues can not be solved by performing the self-tests, please disable and enable the plugin once.', 'ifw') }}{% endif %}
{% endif %}
{{ text.__('Perform self-tests', 'ifw') }}