{% extends "base.html" %} {% from "macros.html" import modal_editor, modal_editor_open, player_name_id %} {% block title %}PySkat - Tables{% endblock %} {% block head %}{% endblock %} {% macro player_display(id) %}
ID | Player ID | Player Name | Remarks | Actions |
---|---|---|---|---|
{{ t.table_id }} | {{ player_display(t.player1_id) }}{{ t.remarks }} |
|
||