{% extends "templates/lilcity/index.html" %} {% load static %} {% load thumbnail %} {% block content %}
Редактировать
{% thumbnail user.photo "120x120" crop="center" as im %} {% empty %} {% endthumbnail %}
{{ user.get_full_name }}
{% if user.about %} {{ user.about }} {% endif %}
{% if is_author %} {% endif %}
{% if is_school_purchased %} {% endif %} {% if paid.exists %} {% include "course/course_items.html" with course_items=paid %} {% endif %} {% if not is_school_purchased and not paid.exists %}
Вы пока ничего не приобрели...
{% endif %}
{% if is_author %}
{% if published.exists %} {% include "course/course_items.html" with course_items=published %} {% else %}
Нет опубликованных курсов!
{% endif %}
{% endif %}
{% endblock content %}