{% extends "templates/lilcity/index.html" %} {% load static %} {% block content %}
Редактировать {% if user.photo %}
{% else %}
{% endif %}
{{ user.get_full_name }}
{{ user.about }}
{% include "course/course_items.html" with course_items=paid %}
{% include "course/course_items.html" with course_items=published %}
{% endblock content %}