{% extends "djangobmf/module_base.html" %} {% load djangobmf_core %} {% load i18n %} {% block base_content %}

{% trans "State could not be changed" %}

{% trans "This object is not valid. You need to edit it in order to change it's state."%}

{{ error }}

{% trans "Back" %} {% trans "Edit" %}

{% endblock %}