{% from "security/_macros.html" import render_field_with_errors, render_field %} {% extends "security/index.html" %} {% macro show_provider_button(provider_id, display_name, conn) %} {% if conn %}
{% else %}
{% endif %} {% endmacro %} {% block title %} Profile Management {% endblock %} {% block content %}

Manage your social accounts

{{ show_provider_button('twitter', 'Twitter', twitter_conn) }} {% endblock %}