{% extends '__layout__.html' %} {% block title %}Games{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ViewerFacingGenre}}

{% for universe in Games: %}
{{getRootPlace(universe).assetObj.name}}
{{getRootPlace(universe).assetObj.name}}

{{getPlayerCount(universe)}} Playing

{{universe.visit_count}} Visits

{{getAssetVotePercentage(universe.root_place_id)}}% Rating

{%endfor%}
Previous

Page {{Games.page}} of {{Games.pages}}

Next
{% endblock %}