{% extends "base.html" %} {% block extrahead %} {% include "remember_scroll_position_script.html" %} {% endblock %} {% block content %} {% load stripwhitespaces %} {% stripwhitespaces %} {% with "node_detail.html" as node_filename %} {% with "node_title.html" as title_filename %} {% with "table.html" as table_filename %} {% with "table_header.html" as table_header %} {% with "table_body.html" as table_body %} {% with "table_footer.html" as table_footer %}
{% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endstripwhitespaces %} {% endblock %}