{% extends '_base.html' %} {% load static %} {% load i18n %} {% block content %} {% include '_components/header.html' %}
{% trans 'Attributes with "*" are required.' %}
{% blocktrans with name=resource.name %}Are you sure you want to enable '{{ name }}'?{% endblocktrans %}
{% blocktrans with name=resource.name %}Are you sure you want to disable '{{ name }}'?{% endblocktrans %}
{% blocktrans with name=resource.name %}Are you sure you want to delete '{{ name }}'?{% endblocktrans %}
{% blocktrans with name=resource.name %}Input new name if you want to rename '{{ name }}'.{% endblocktrans %}
{% blocktrans with name=resource.name %}Are you sure you want to unlock '{{ name }}'?{% endblocktrans %}