{% extends "base.html" %} {% load i18n %} {% load django_tables2 %} {% block title %}{% trans 'Imported Recipes' %}{% endblock %} {% block content %}

{% trans 'Update imported Recipes' %}


{% csrf_token %}

{% render_table imported_recipes %} {% endblock %}