{% extends 'base.html' %}{% csrf_token %}{% block content %}
{% if user.is_authenticated %} Выход Изменить Пароль {% else %} Вход {% endif %}

Мой Аккаунт


Информация о Пользователе

Имя Пользователя: {{ user.username }}

Email: {{ user.email }}

{% comment %}

Phone: 555-555-5555

{% endcomment %} {% comment %} точно нужен телефон?? {% endcomment %}

Продукты

{%for container in containeros%} {%if container.status == 'd'%} {%elif container.status == 'e'%} {%endif%} {%endfor%}
Название Продукта Статус Срок Подписки Продлить Удалить

{{container.name}}

{{container.expdate}}
{% endblock %}