{% extends 'email.html' %} {% load i18n %} {% block content %}

{% trans 'New callback request #' %} {{ object.id }}


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

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

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

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

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

{% endif %} {% trans 'View on site' %} {% endblock %}