]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig
Add tagged services for import
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Resources / views / Pocket / index.html.twig
CommitLineData
1f4408de 1{% extends "WallabagCoreBundle::layout.html.twig" %}
7019c7cf 2{% block title %}{% trans %}Import > Pocket{% endtrans %}{% endblock %}
1f4408de
NL
3
4{% block content %}
1f4408de
NL
5<div class="row">
6 <div class="col s12">
7 <div class="card-panel settings">
7019c7cf
JB
8 <blockquote>{{ import.description|raw }}</blockquote>
9 <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>
252ebd60 10 <form method="post" action="{{ path('import_pocket_auth') }}">
7019c7cf
JB
11 <button class="btn waves-effect waves-light" type="submit" name="action">
12 Connect to Pocket and import data
13 </button>
1f4408de
NL
14 </form>
15 </div>
16 </div>
17</div>
18{% endblock %}