{% extends "layout.html" %} {% block title %}{% trans %}Server Specifications{% endtrans %}{% endblock %} {% block content %}

{% trans %}Server Specifications{% endtrans %}

{% if supported_specs %}

{% trans count=supported_specs|length %}Supported specifications ({{ count }}){% endtrans %}

{% endif %} {% if unsupported_specs %}

{% trans count=unsupported_specs|length %}Unsupported specifications ({{ count }}){% endtrans %}

{% endif %} {% if unknown_specs %}

{% trans count=unknown_specs|length %}Unknown specifications ({{ count }}){% endtrans %}

{% endif %} {% endblock %}