{% extends "base.html" %} {% load i18n %} {% load display_functions %} {% block content %}
| {% trans 'table_header_points_date' %} | {% trans 'table_header_points' %} | {% trans 'table_header_points_description' %} |
|---|---|---|
| {{ p.date|date:"d M Y H:i" }} | {{ p.points }} | {{ p.description }} |
You don't have any points yet
{% endif %} {% endblock %}