{% if component.as_pdf %}{% else %}
{% if component.top %}
{% for item in component.top %} {{ item|safe }} {% endfor %}
{% endif %} {% if component.center %}
{% for item in component.center %} {{ item|safe }} {% endfor %}
{% endif %} {% if component.left %}
{% for item in component.left %} {{ item|safe }} {% endfor %}
{% endif %} {% if component.right %}
{% for item in component.right %} {{ item|safe }} {% endfor %}
{% endif %} {% if component.bottom %} {% endif %}
{% endif %}