{% extends "user/layout.html" %} {% block css %} {% assets "manage_css" %} {% endassets %} {% endblock %} {% block content %}

Delete Scores

You can delete multiple scores from using any of the three attributes listed below. Please note that this action is irreversible.
Input is not a number!
Input is not a number!
{% for score in scores %} {% endfor %}
ID Created At Score User Id Tag
{{ score.id }} {{ score.created_at[:-13] }} {{ score.score }} {{ score.user_id }} {{ score.tag }}
{% endblock %} {% block js %} {% assets "manage_js" %} {% endassets %} {% endblock %}