{% extends "balafon/popup_form.html" %} {% load i18n %} {% block title %}{{action.subject}}{% endblock %} {% block form_url %}{% url "crm_do_action" action.id %}{% endblock %} {% block doc_header %} {% if not action.done %}{# The done flag has been changed #} {% trans "Do you want to mark this action undone?" %} {% else %} {% trans "Do you want to mark this action done?" %} {% endif %} {% if action.in_charge and request.user != action.in_charge.user %}
{% trans "You are not in charge of this action. Are you sure to continue?" %}
{% endif %} {% endblock %} {% block popup_buttons %} {% trans "No" %} {% endblock %}