{% extends "base.html" %} {% load cache %} {% block title %} {{ object.title }} {% endblock %} {% block content %}

{{ module.title }}

Moduły

{% cache 600 module_contents module %} {% for content in module.contents.all %} {% with item=content.item %}

{{ item.title }}

{{ item.render }} {% endwith %} {% endfor %} {% endcache %}
{% endblock %}