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

{% trans 'Manage watched Folders' %}

{% trans 'On this Page you can manage all storage folder locations that should be monitored and synced.' %}
{% trans 'The path must be in the following format' %}: /Folder/RecipesFolder

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

{% trans 'Sync Now!' %} {% trans 'Show Recipes' %} {% trans 'Show Log' %}

{% render_table monitored_paths %} {% endblock %}