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

{% trans 'Import Recipes' %} {% trans 'Manage all paths that should be imported' %}

{% csrf_token %} {% crispy form %}
{% render_table monitored_paths %} {% endblock %}