{% extends "layout.twig" %} {% block title %}{% trans "config" %}{% endblock %} {% block menu %} {% include '_menu.twig' %} {% endblock %} {% block content %}
{% trans "There are several ways to save an article:" %} (?)
{% trans "You can clear cache to check the latest release." %}
{% trans "Your feed token is currently empty and must first be generated to enable feeds. Click here to generate it." %}
{% else %}{% trans "Your token:" %} {{token}}
{% trans "Your user id:" %} {{user_id}}
{% trans "You can regenerate your token: generate!." %}
{% endif %}{% trans "Please execute the import script locally as it can take a very long time." %}
{% trans "More info in the official documentation:" %} wallabag.org
{% trans "Click here" %} {% trans "to download your database." %}
{% endif %}{% trans "Click here" %} {% trans "to export your wallabag data." %}
{% trans "Click here" %} {% trans "to delete cache." %}
{% endblock %}