{% extends "templates/lilcity/edit_index.html" %} {% load static %} {% block title %} {% if object %} Редактирование {% if live == 'true' %}стрима{% else %}курса{% endif %} {{ object.title }} {% else %} Создание {% if live == 'true' %}стрима{% else %}курса{% endif %} {% endif %} {% endblock title%} {% block content %} {% endblock content %} {% block pre_app_js %} {% endblock pre_app_js %}