{% extends "castellum_auth/serviceaccount_base.html" %} {% load i18n %} {% block title %}{{ object }} · {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
{% blocktranslate with name=object user=object.controlled_by %}The service account "{{ name }}" is currently being controlled by {{ user }}. Are you sure you want to take it anyway?{% endblocktranslate %}