{% extends 'base.html' %} {% block title %}{{title}}{% endblock title %} {% block content %}

{{title}}

Total: {{DATA|length}}

{% for title in Titles %} {% endfor %} {% for item in DATA %} {% endfor %}
{{title}}
{{item._id|default(loop.index, true)}}
{{item.sender|default('', true)}}
{{item.text|default('', true)|e|nl2br}} {% include 'fb_attach.html' %} {% include 'fb_share.html' %} {% include 'fb_sticker.html' %} {% include 'fb_rcpt.html' %} {{item.timestamp|default('', true)}}
{% endblock content %}