{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load django_tables2 %} {% load class_tag %} {% block title %}{% trans 'List' %} - {{ title }}{% endblock %} {% block content %}

{{ title }} {% trans 'List' %} {% if table.Meta.model|get_class == 'Category' %} {% elif table.Meta.model|get_class == 'Keyword' %} {% endif %}


{% if table.Meta.model|get_class == 'RecipeImport' %} {% trans 'Import all' %}

{% endif %} {% if table %} {% render_table table %} {% endif %} {% endblock %}