{% extends '@HWIOAuth/layout.html.twig' %}
{% block hwi_oauth_content %}
{% if error is defined and error %}
{{ error }}
{% endif %}
{% for owner in hwi_oauth_resource_owners() %}
{{ owner | trans({}, 'HWIOAuthBundle') }}
{% endfor %}
{% endblock hwi_oauth_content %}