{% extends 'site.tmpl' %} {% load i18n %} {% load cms_tags %} {% load cache %} {% load menu_tags %} {% block _title %}{% trans 'Documentation' %} | {{ block.super }}{% endblock %} {% block breadcrumbs %}{% include 'includes/breadcrumbs.html' %}{% endblock %} {% block content %}

{% trans 'Documentation' %}

{% placeholder content %} {% comment %} {# Bas has opted to upload documentation himself apart from the product documentation #} {% for product in object_list %}
{{ product.name }}
{% endfor %} {% endcomment %} {% endblock %}