{% if show_title %}

{% if title %} {{ title }} {% else %} {{ self.display_name_with_default }} {% endif %}

{% endif %} {% for child_content in child_contents %} {{ child_content|safe }} {% endfor %} {% if self.message %} {% endif %}