{% extends 'base.html' %} {% load static %} {% block content %}

Profile

{% for field in form %} {{ field.error }} {% endfor %}

Username: {{ user.username }}

Email: {{ user.email }}

Phone: {{ profile.phone }}

Site: {{ profile.website }}

City: {{ profile.city }}

Parent: {{ profile.parent.username }}

Баллы: {{ profile.user_points }}

{% if points_error %} {% endif %}
{% if profile.user_points != 0 %} {% else %} {% endif %}
{% endblock %}