{% extends "musician/base.html" %} {% load i18n %} {% block content %} {% if active_domain %} {% trans "Go to global" %} {% endif %}

{{ service.verbose_name }} {% if active_domain %}{% trans "for" %} {{ active_domain.name }}{% endif %}

{{ service.description }}

{% with request.resolver_match.url_name as url_name %} {% endwith %}
{% block tabcontent %} {% endblock %} {% endblock %}