{% extends "base.html" %} {% block content %}

Личный кабинет

{% if user.is_authenticated %}

Список заявок

{% for application in applications %}

Временная метка:{{ application.date }}

Название: {{ application.title }}

Категория: {{ application.category }}

Фотография:

{% endfor %} {% endif %} {% endblock %}