{% extends 'admin/custom_base.html' %} {% block body %}
| Activity | Flags | |
|---|---|---|
| {{ activities.get(guid, guid[:12]+'...') }} | {{ gm_val }} ({{ gm_val }}) |
|
| No defaults set | ||
| ID | Name | Activity | Max | Sandbox | Gamemode | Owner | Joins | Created | {% if SCOPE_ADMIN in scopes %}Actions | {% endif %}
|---|---|---|---|---|---|---|---|---|---|
| No rooms yet. | |||||||||
| {{ r.RoomId }} | {{ r.Name }} | {{ activities.get(r.ActivityLevelId, '') }} {{ r.ActivityLevelId }} |
{{ r.MaxPlayers }} | {% if r.IsSandbox %}Yes{% else %}No{% endif %} | {% if r.SpecialGamemode %} {{ r.SpecialGamemode }} {% else %} 0 {% endif %} | {{ r.CreatorPlayerId }} | {% if r.Disabled %} Blocked {% else %} Open {% endif %} | {{ r.CreatedAt[:16] if r.CreatedAt else '' }} | {% if SCOPE_ADMIN in scopes %}{% endif %} |