{% extends "sentry/bases/modal.html" %} {% load i18n %} {% block title %}{{ title }} | {{ block.super }}{% endblock %} {% block main %}
{% url 'socialauth_associate' plugin.auth_provider as link %}

{% blocktrans %}You still need to associate an identity with {{ title }} before you can create issues with this service.{% endblocktrans %}

{% endblock %}