{% set title_status_colors = {'Unknown' : '#595959', 'Broken' : '#D7263D', 'Intro' : '#F86624', 'Starts' : '#FF9800', 'Playable' : '#42e335', 'Perfect' : '#1bdeff'} %} {% extends "template_base.html" %} {% block title %}{{ title.title_name }} Compatibility{% endblock %} {% block append_head %} {% endblock %} {% block content %}
{% if title.xtimage_url %}
{% endif %}

{{ title.title_name }}

{{ title.full_title_id_text }} [{{ title.full_title_id_hex }}]
Front {% if title.cover_back_url %} | Back {% endif %} {% if title.disc_url %} | Disc {% endif %}
  • Status
    {{ title.status }}

    {{ title_status_descriptions[title.status] }}

  • {% if title.most_recent_test %}
  • Last Tested
    {{ title.most_recent_test.created_at.strftime('%b %-d, %Y') }}
    {% if title.most_recent_test.info['provided_by_ip_addr'] %} Reported by anonymous user at IP address: {{ title.most_recent_test.info['provided_by_ip_addr'] }} {% endif %} {% if title.most_recent_test.info['provided_by_discord_name'] %} Reported by Discord user: {{ title.most_recent_test.info['provided_by_discord_name'] }} {% endif %}
    {% for k in title.most_recent_test.info %}{{ k }}: {{ title.most_recent_test.info[k]|e }}
    {% endfor %}
  • {% endif %} {% if 'external_links' in title.title_report %}
  • External Sites
    {% for name in title.title_report['external_links'] %} {{ name }} {% endfor %}
  • {% endif %}
{% if False %}

Video Playlist

{% endif %}

Known Issues

{% if title.issues|length > 0 %} {% for issue in title.issues %}
{{ issue.title|e }}
#{{ issue.number }}

Issue last updated {{ issue.updated_at.strftime('%b %-d, %Y') }}.

{% endfor %} {% else %}
No issues have been reported for this title.
{% endif %}
{% endblock %} {% block append_footer %}

Note: Title compatibility status is provided by volunteer reporters in the community, as the reporter experienced the title in the current version of xemu on their computer at time of reporting. As the project evolves, reports may need to be updated. You are invited to help improve the project by submitting an updated compatibility report. Join the Discord server to learn how to contribute!

{% endblock %} {% block append_foot %} {% endblock %}