Skip to content
Snippets Groups Projects

Resolve "[Lesson substitution] View with all lesson substitutions in the future"

Compare and
5 files
+ 46
2
Compare changes
  • Side-by-side
  • Inline
Files
5
{# -*- engine:django -*- #}
{% extends "core/turnable.html" %}
{% load bootstrap4 i18n font_awesome %}
{% load render_table from django_tables2 %}
{% block bootstrap4_title %}{% blocktrans %}Substitutions{% endblocktrans %}{% endblock %}
{% block current_content %}
{% render_table substitutions_table %}
{% endblock %}
Loading