5088b1b9ecefb369c8fe42fed2e5acac9d41378c
[edumed.git] / contact / templates / contact / mail_managers_body.txt
1 {% load pretty_print from contact_tags %}Wypełniono formularz {{ form_tag }} na stronie {{ site_name }}.
2
3 http://{{ site_domain }}{% url 'admin:contact_contact_change' contact.pk %}
4
5 {% for k, v in contact.body.items %}
6 {{ k }}:
7 {{ v|pretty_print }}
8 {% endfor %}
9 {% for attachment in contact.attachment_set.all %}
10 {{ attachment.tag }}:
11 http://{{ site_domain }}{{ attachment.get_absolute_url }}
12 {% endfor %}