{% extends "base.html" %} {% from "macros.html" import modal_editor, modal_editor_open %} {% block title %}PySkat - Players{% endblock %} {% block head %}{% endblock %} {% block content %}

Evaluation

{{ report_content | safe }} {% endblock %}