{% extends 'template/template.j2.html' %} {% block title %} {{ $t('sidebar.info') }} {% endblock %} {% block content %}
{% for key, value in server %}
{{ $t('finchInfo.key', {'key': key}) }}
{% for info, details in value | items() %}
{{ $t('finchInfo.info', {'info': info}) }}

{{ $t('finchInfo.details', {'details': details}) }}

{% endfor %}
{% endfor %}
{% endblock %}