{% extends "wheelcms_axle/base.html" %} {% load i18n %} {% block base_main %}

{% trans "Comment posted at" %} {{content.created}} {% trans "by" %} {{content.name}}

{{content.body|safe}}
{% endblock %}