{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load django_tables2 %} {% block title %}{% trans 'Batch edit Category' %}{% endblock %} {% block extra_head %} {{ form.media }} {% endblock %} {% block content %}

{% trans 'Batch edit Recipes' %}

{% trans 'Add the specified keywords to all recipes containing a word' %}


{% csrf_token %} {{ form|crispy }}
{% endblock %}