{% 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 %}