{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Member Details" %} | {{ block.super }}{% endblock %} {% block inner %}
You cannot make changes to your own membership.
{% else %}You cannot make changes to this member as they have more access than you.
{% endif %}