{% if self.as_pdf %}{% else %}
{% if self.title %}
{% if self.icon %}{% endif %} {{ self.title }}
{% endif %}
{{ self.text|safe }}
{% endif %}