{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %}
Message
{{ message }}
markdown is readable but you can always render this message in block-kit-builder
  {% for attachment in attachments %}
Attachment
{{ attachment.0 }}
markdown is readable but you can always render this attachment in block-kit-builder
  {% endfor %}
{% endblock %}