]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig
updated tests
[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">
b88cf91f 8 <blockquote>{{ import.description|trans }}</blockquote>
7019c7cf 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 11 <button class="btn waves-effect waves-light" type="submit" name="action">
d1af8ad4 12 {% trans %}Connect to Pocket and import data{% endtrans %}
7019c7cf 13 </button>
1f4408de
NL
14 </form>
15 </div>
16 </div>
17</div>
18{% endblock %}