{% extends 'base.html' %} {% load static %} {% block title %}{{ course.title }} | Автошкола{% endblock %} {% block content %}

{{ course.title }}

{{ course.description }}

Информация о курсе

Создан: {{ course.created_at|date:"d.m.Y" }}

Последнее обновление: {{ course.updated_at|date:"d.m.Y" }}

{% if user.is_authenticated and user.instructor %} {% endif %}
{% endblock %}