{% load i18n %}

{% blocktrans %}Menu for week {{ week }}{% endblocktrans %}

{% for row in table_rows %} {% for column in row %} {% endfor %} {% endfor %}
{% if not column %} {% endif %} {% if column.date %}{{ column.date|date:"l j.n"|capfirst }}{% endif %} {% if column.label %}{{ column.label }}{% endif %} {% if column.description %}

{{ column.description }}

{{ column.long_description|linebreaks }} {% endif %}