{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans 'Meal-Plan' %}{% endblock %} {% block extra_head %} {% if DEBUG %} {% else %} {% endif %} {% endblock %} {% block content %}
[[d]]
[[formatDateDay(d)]].
[[ meal_plan[t.name].name]]
{% trans 'New Entry' %}
[[element.name]]
{% trans 'You can use markdown to format this field. See the docs here' %}

{% trans 'Create only note' %}

{% trans 'Shopping List' %}


{% endblock %}