{% load url from future %}Someone has commented on your {{ comment.content_type }} entitled "{{ comment.content_object }}".

Name: {{ comment.name }}{% if comment.website %}  
Website: <{{ comment.website }}>{% endif %}

{% with comment.body|striptags as stripped %}{% for line in stripped.splitlines %}
> {{ line }}{% endfor %}{% endwith %}