{% extends 'base.html.twig' %} {% block title %}Connect with your social media accounts{% endblock title %} {% block body %} {% if error is defined and error %}

{{ error }}

{% endif %}
{% for owner in hwi_oauth_resource_owners() %}
{{ owner | trans({}, 'HWIOAuthBundle') }}
{% endfor %}
{% endblock body %}