{% trans 'Main dish' %}
Selecting a main dish in the list will load an editable list of ingredients.
{% extends "base.html" %} {% load i18n %} {% load rules %} {% block title %}{% trans 'Pick Ingredients' %} {% endblock %} {% block content %} {% has_perm 'sous_chef.edit' request.user as can_edit_data %} {% include 'kitchen_count_steps.html' with step='ingredients' %}
{% endblock content %}