{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %}{% trans %}Import > Pocket{% endtrans %}{% endblock %} {% block content %}
{% if not has_consumer_key %}
{% trans %}Pocket import isn't configured. You need to define pocket_consumer_key.{% endtrans %}
{% endif %}
{{ import.description|trans }}

{% trans %}You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.{% endtrans %}

{% endblock %}