{% extends "admin_layout_editlist.html" %} {% block css %} {% endblock %} {% block scripts %} {% endblock %} {% block style %} {% endblock %} {% block jquery %} {% endblock %} {% block body %}
 

{{page}} ({{items|length}} registres)

{% if user.isSuper() %} {% endif %} {% for item in items: %} {% endfor %}
Id Punts Valor
{{item.id}} {{item.puntos}} {{item.valor}}







{%if config['SERVER_NAME'] == 'localhost:5000'%}
ctests.html
{%endif%} {% endblock %}