{% extends '__layout__.html' %} {% block title %}{{PlaceAssetObj.name}}{% endblock %} {% block head %}
{% endblock %} {% block content %}
{% if UniverseObj.root_place_id != PlaceObj.placeid %}

This game is part of {{UniverseRootPlace.name}}'s universe

{% endif %}
{{PlaceAssetObj.name}} Thumbnail

{{PlaceAssetObj.name}}

{% if PlaceAssetObj.creator_type == 0 %}

By {{CreatorObj.username}}

{% else %}

By {{CreatorObj.name}}

{% endif %}
{% if UniverseObj.is_public: %} {% if UserDoesNotHaveBC == False %} {% if PlaceAssetObj.moderation_status != 2 or UniverseObj.moderation_status != 2 %} {% if IsTooYoung: %}

Your account must be at least {{MinAccountAge}} days old to play this game

{% else %} {% endif %} {% else %}

This place is currently under review

{% endif %} {% else %}

A Builders Club membership is required to join this game

{% endif %} {%else%}

This place has been set to private by its creator

{%endif%}
{{FavoriteCount}}
5
5
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% if category == 'error': %}
{{ message }}
{% endif %} {% if category == 'success': %}
{{ message }}
{% endif %} {% endfor %}
{% endif %} {% endwith %}
{% endblock %}