{% extends "base.html" %} {% load i18n %} {% load static %} {% load render_bundle from webpack_loader %} {% block title %}{% trans 'Meal-Plan' %}{% endblock %} {% block extra_head %} {% include 'include/vue_base.html' %} {% endblock %} {% block content %}
[[formatDateDayname(d)]]
[[formatDateDay(d)]].
[[ meal_plan[t.name].name]]
{% trans 'New Entry' %}
[[element.name]] [[element.servings]]
{% trans 'You can use markdown to format this field. See the docs here' %}


{% trans 'Create only note' %}

{% trans 'Shopping List' %}
{% trans 'Plan' %}
{% trans 'Edit plan types' %}
{% trans 'Show help' %}
{% trans 'Week iCal export' %}


{% endblock %}