{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title %}{{ 'apps.page_title'|trans }}{% endblock %} {% block content %}

{{ 'apps.featured.title'|trans }}

  • Android

    For all Android 4.4+ devices

    Get it on Google Play Get it on F-Droid

  • iOS

    For your iPhones and iPads

    Get it on the AppStore

  • Windows

    Available on Windows Phones and Windows 10

    Get it on the Windows Store

  • Browser Extension

    Available on Firefox, Chrome and Opera

    Get it on the Firefox Addons Website Get it on the Firefox Addons Website Get it on the Firefox Addons Website

{{ 'apps.list.title'|trans }}

    {% for app in apps %}
  • {% if app.client.image %} {% endif %} {{ app.client.name }}

    {{ app.client.description }}

    {% for scope in app.scope | split(' ') %}
    {{ scope }}
    {% endfor %}

    {{ 'apps.app.created_at' | trans({'%date%': app.client.createdAt}) }}

    grade
  • {% endfor %}

{{ 'apps.old_clients.title'|trans }}

{{ 'apps.old_clients.list'|trans }}
{% if clients %}
    {% for client in clients %}
  • {{ client.name }}
    {{ 'apps.old_clients.field_id'|trans }} {{ client.id }}_{{ client.randomId }}
    {{ 'apps.old_clients.field_secret'|trans }} {{ client.secret }}

    {{ 'apps.remove.warn_message_1'|trans({'%name%': client.name }) }}
    {{ 'apps.remove.warn_message_2'|trans({'%name%': client.name }) }}
    {{ 'apps.remove.action'|trans({'%name%': client.name }) }}

  • {% endfor %}
{% else %} {{ 'apps.old_clients.no_client'|trans }} {% endif %}

{{ 'apps.documentation.title'|trans }}

{% endblock %}