{% 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 published.exists %} {% include "course/course_items.html" with course_items=published %} {% else %}
Нет опубликованных курсов!
{% endif %}
{% endblock content %}