{% extends 'base/base.html' %} {% load static %} {% block bodyblock %}
|
|
|
|
|
{% if user.points %} {{ user.points }} {% else %} 0 {% endif %} |