{% trans "Site Settings" %} {% csrf_token %} {% for field in form %} {{ field }} {{ field.label }} {% if field.help_text %} {{ field.help_text }} {% endif %} {% if field.errors %} {{ field.errors|striptags }} {% endif %} {% if field.name == 'instagram_enabled' %} {% trans "Force a synchronization of existing recipes to Instagram that haven't been uploaded yet." %} sync {% trans "Sync recipes to Instagram" %} {% endif %} {% endfor %} save {% trans "Save Settings" %}