{% extends "ldt/ldt_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 content %}
{% block iricontent %}{% endblock %}
{% endblock%}