{% extends "base.html" %} {% block content %} {% load i18n %} {% trans "python + django with data model notes" %} {{version}}
{{message}}
{% csrf_token %} {% trans "your id:"%}

{% trans "your comments:" %}


Notes: {% load post_extra %} {% for o in comments %}
{{o.creator_id|getName:userInfo}}: {{o.comments}}
{{o.pub_date|date:"N j,Y H:iA"}} {% endfor %} {% endblock %}