{% extends "musician/base.html" %} {% load i18n %} {% block content %}
{% csrf_token %}

{% blocktrans %}Are you sure that you want remove the following option"?{% endblocktrans %}

{% if object.name %}
{{ object.name }} {{ object.value }}
{% else %}
Webapp {{ object.webapp }} assigned in website {{ object.website }}
{% endif %}

{% trans 'WARNING: This action cannot be undone.' %}

{% trans 'Cancel' %}
{% endblock %}