{% extends "khaganat/base.html" %} {% load i18n %} {% block title %}{% trans "logs_title" %}{% endblock %} {% block content %}
{% if entry.hidden %}⚠{% else %}✓{% endif %} | {% endif %}{{ entry.created|date:"H:i:s" }} | {% if entry.nick %}{{ entry.nick }}{% else %}*{% endif %} | {{ entry.content|urlize }} |