{% extends "base.html" %} {% set active_page = "inbox" %} {% block title %} {{ name }} Inbox {% endblock %} {% block script %} $(function() { setTimeout(function(){ window.location.reload(true); }, 15000); }); {% endblock %} {% block content %}
Received {{ message.created_at }} {% if message.seen_at %}, seen {{ message.seen_at }} {% endif %}.