{% extends "base.html" %} {# this page inherit base html, all pages of ldt inherit this page. #} {# all contents are writed in the "iricontent" block #} {% load i18n %} {% block js_import %}{{ block.super }} {% endblock %} {% block css_import %}{{ block.super }} {% endblock%} {% block content %}