{% extends "bitcaster/console/base.html" %} {% load feature_flags i18n static user %} {% block content %}
Date: {% user_datetime object.created %}
{{ object.subject }}
{{ object.message|safe }}
{% trans 'Back' %} {% endblock %}