{% extends "graphics/graphics_layout.html" %} {% load dashboard_extras staticfiles %} {% block page_name %}Nexuiz graphics benchmarking for xmir{% endblock %} {% block content %}

Nexuiz @ {{ resolution_filter }}
?
{{ help_info }}

{% for card_type, values in machines.items %}

{{ card_type }}

{% for machine in values %}
{% endfor %}
{% endfor %}

All

{% endblock %}