{% extends "course_flow/base.html" %}
{% load static compress i18n %}
{% load static i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% block title %}
{% trans context.title %} - CourseFlow
{% endblock %}
{% csrf_token %}
{% block react_scripts %}
{% include 'course_flow/base/react_renderer.html' %}
{% endblock %}
{% block scripts %}
{{ block.super }}
{% endblock %}