{% extends "sentry/groups/details.html" %} {% load i18n %} {% block title %}{{ title }} | {{ block.super }}{% endblock %} {% block inner %}
{% url socialauth_associate_begin 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 %}