{% extends "corptools/character/char_base.html" %} {% load i18n %} {% block ct_block %} {% load colors %} {% load l10n %} {% load humanize %}
{% translate "Date" %} | {% translate "Character" %} | {% translate "Type" %} | {% translate "Text" %} | {% translate "Read" %} | {% for n in table_data %}
---|---|---|---|---|
{{ n.timestamp|date:"Y-m-d h:i:s" }} | {{ n.character.character.character_name }} | {{ n.notification_type }} | {{ n.notification_text.notification_text }} | {{ n.is_read }} |