Skip to content
Snippets Groups Projects

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

Compare and Show latest version
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
{# -*- 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