{% load i18n %}

{% trans 'New return call request #' %} {{ return_call.id }}


{% trans 'Mobile' %}:
{{ return_call.mobile }}

{% trans 'Answer time' %}:
{{ return_call.get_answer_time_display }}

{% if return_call.is_time_fixed %} {% trans 'Start time' %}:
{{ return_call.answer_start_time }}

{% trans 'End time' %}:
{{ return_call.answer_end_time }}

{% endif %} {% if return_call.comment %} {% trans 'Comment' %}:
{{ return_call.comment }}

{% endif %} {% trans 'Show on site' %}