2015-10-20 13:58:13 +02:00
{% extends "WallabagCoreBundle::layout.html.twig" %}
2015-12-31 11:24:46 +01:00
{% block title %} {% trans %} Import > Pocket {% endtrans %} {% endblock %}
2015-10-20 13:58:13 +02:00
{% block content %}
<div class="row">
<div class="col s12">
<div class="card-panel settings">
2015-12-31 11:24:46 +01:00
<blockquote> {{ import .description | raw }} </blockquote>
<p> {% 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 %} </p>
2015-12-30 12:23:51 +01:00
<form method="post" action=" {{ path ( 'import_pocket_auth' ) }} ">
2015-12-31 11:24:46 +01:00
<button class="btn waves-effect waves-light" type="submit" name="action">
Connect to Pocket and import data
</button>
2015-10-20 13:58:13 +02:00
</form>
</div>
</div>
</div>
{% endblock %}