{{ extends "global/Page.html" }} {{ block title }}

{{ endblock }} {{ block content }}

{{ if group.treatment == 1 }} ◯ {{ elif group.treatment == 2 }} △ {{ elif group.treatment == 3 }} □ {{ elif group.treatment == 4 }} ☆ {{ else }} # {{ endif }}


{{ if is_defined('view.is_debug') and view.is_debug }}
{{ endif}}
{{ endblock }} {{ block scripts }} {{ endblock }}