{%- extends 'base_templates/page_base_half_wider.html' %} {%- from "base_templates/form_macros.html" import render_addon_field, render_field, render_select_field, render_submit_field, myrender_hidden_field, render_file_field with context %} {%- block top %} {%- endblock %} {%- block content %}
{%- if description %}
{{ description }}
{%- endif %} {%- for playground in playgrounds %} {% endfor %}
# {{ word('E-mail') }} {{ word('Name') }} {{ word('Actions') }}
{{ playground['id'] }} {{ playground['email'] }} {{ playground['name'] }} {{ word('Enter') }}
{%- if after_text %}

{{ after_text }}

{%- endif %}
{%- endblock %} {%- block bottom %} {%- if mode == 'standard' %}

 {{ word("Back to Playground") }}

{%- endif %} {%- endblock %}