{% extends "layout.html" %} {% block content %}

Результат сравнения платформ

Процент соответствия платформ:
    {% for platform, score in scores.items() %}
  • {{ platform }} {{ score }}%
  • {% endfor %}
Неподдерживаемые функции:
{% for platform, features in unsupported_features.items() %}
{{ platform }}: {% if features %}
    {% for f in features %}
  • {{ f }}
  • {% endfor %}
{% else %}

Все функции поддерживаются

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