{% extends "corbo/announce_list.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {{ object.category }} {% endblock %} {% block appbar %}

{{ object.title }}

{% trans 'Delete' %} {% trans 'Edit' %} {% trans 'Send test email' %} {% if sms_enabled %} {% trans 'Send test SMS' %} {% endif %} {% endblock %} {% block content %}
{{ object.text|safe }}
{% endblock %} {% block sidebar %} {% endblock %}