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

{% trans 'Batch edit Recipes' %}

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

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