{% set title_status_colors = {'Unknown' : '#595959', 'Broken' : '#D7263D', 'Intro' : '#F86624', 'Starts' : '#FF9800', 'Playable' : '#42e335', 'Perfect' : '#1bdeff'} %} {% extends "template_base.html" %} {% block title %}Compatibility Priority Testing List{% endblock %} {% block append_head %} {% endblock %} {% block content %}
The following list of titles have an issue closed since the last evaluation, or have not been evaluated recently, and should receive priority testing.
| Title | Last Updated | Recently Closed Issues | Current Status | |
|---|---|---|---|---|
| {{ title.title_name }} | {% if title.most_recent_test %}{{ title.most_recent_test.created_at.strftime('%b %-d, %Y') }} | {% else %}Never | {% endif %}{% for issue in title.recently_closed_issues %} #{{ issue.number }} {% endfor %} | {{ title.status }} |