{% extends 'base.html' %} {% load static %} {% block head %} Список тем {% endblock head %} {% block content %}
{% csrf_token %}
Предмет
Не указано
  • Не указано
  • {% for subject in subjects %}
  • {{subject.name}}
  • {% endfor %}
{% for theme in themes %}

{{ theme.subjects }}

{{ theme.name }}

{{ theme.descript }}

{{ theme.author }} {{ theme.status }}
{% endfor %}
{% csrf_token %}

Создание новой темы

      {% endblock content %}