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

{% trans 'New Category' %} {% trans 'New recipe Category' %}

{% csrf_token %} {% crispy form %}
{% if table %} {% render_table table %} {% endif %} {% endblock %}