{% extends "backoffice/base.html" %} {% load humanize %} {% load i18n %} {% load static %} {% block htmlhead %} {% endblock htmlhead %} {% block scripts %} {% endblock scripts %} {% block content %}
{% trans "BulletinBoardEntry__timestamp" %} | {% trans "BulletinBoardEntry__title" %} | {% trans "BulletinBoardEntry__owner" %} | {% trans "BulletinBoardEntry__is_public" %} | {% trans "BulletinBoardEntry__hidden" %} |
---|---|---|---|---|
{{ entry.timestamp }} | {{ entry.title }} | {{ entry.owner.username }} | {{ entry.is_public|yesno }} | {{ entry.hidden|yesno }} |