{% extends "./base.html" %} {% block meta %} {% endblock %} {% block background %}{{ collection.background_pic }}{% endblock %} {% block color %}{{ collection.collection_color }}{% endblock %} {% block title %}{{ collection.collection_name }}{% endblock %} {% block desc %} {{ collection.collection_desc }}

{{ collection.collection_desc2 }}


Fancy a game?

You can play all the games in this collection randomly thrown at you, (mostly*) just like the real thing. 4 lives and you're out!
* Some games may be unwinnable or behave weirdly.

You seem to have reduced motion enabled on your browser/operating system. This will affect animations during gameplay transitions.

{% endblock %} {% block extradata %} {% if collection.collection_type equals "manga" %} {% elseif collection.collection_type equals "record" %} {% else %} {% include "./modalPlayer.html" %} {% endif %} {% endblock %} {% block content %} {% if collection.collection_type equals "manga" %} {% include "./mangaDetail.html" %} {% elseif collection.collection_type equals "record" %} {% include "./recordsDetail.html" %} {% else %} {% include "./gameDetail.html" %} {% endif %} {% endblock %} {% block footdata %}
{% endblock %}