{% with show_dividers=show_dividers|default:False %}
{% if title or description or action %}
{% if title %}
{{ title }}
{% endif %} {% if description %}
{{ description }}
{% endif %} {% if action %}
{{ action|safe }}
{% endif %}
{% if show_dividers and content %}
{% endif %} {% endif %} {% if content %}
{{ content|safe }}
{% if show_dividers and footer %}
{% endif %} {% endif %} {% if footer %} {% endif %}
{% endwith %}