{% trans 'Here are listed all scheduled status modifications.' %}
{% extends "client/base.html" %} {% load i18n %} {% load admin_urls %} {% load rules %} {% has_perm 'sous_chef.edit' request.user as can_edit_data %} {% block title %} {{client}} - {% trans "Information" %} {% endblock %} {% block subcontent %}
{% trans 'Date' %} | {% trans 'From' %} | {% trans 'To' %} | {% trans 'Reason' %} | {% trans 'Operation status' %} |
---|---|---|---|---|
{% trans 'No status modification.' %} | ||||
{{ status.change_date|date:"SHORT_DATE_FORMAT" }} | {{ status.get_status_from_display }} | {{ status.get_status_to_display }} | {{ status.reason }} | {{ status.get_operation_status_display }} |