{% extends "admin/base.html" %} {% load i18n admin_urls static admin_list %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}

markdown is readable but you can always render this message in block-kit-builder
 
{{ message }}
{% for attachment in attachments %}
 
markdown is readable but you can always render this attachment in block-kit-builder
{{ attachment.0 }}
{% endfor %}
{% endblock %}