Skip to content
Snippets Groups Projects

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

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