{% extends "base.html" %} {% set active_page = "players" %} {% block title %}Players{% endblock %} {% block content %} {% if g.is_editor %}
{% endif %} {% if not model.player_list %} There are no players. {% else %}| {{ caption }} | {% endfor %} {% if g.is_editor %} {% for name, caption in model.controls %}{{ caption }} | {% endfor %} {% endif %}
|---|---|
| {{ player[prop] }} | {% endfor %} {% if g.is_editor %} {% for name, caption in model.controls %}{{ caption }} | {% endfor %} {% endif %}