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

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


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

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

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