{% if box.logo %} {% set logo_height = box.logo_height | default(75) %} {% endif %}

{{ box.title | default('offline.bootstrapboxes::lang.title' | trans) }}

{{ box.text | default('offline.bootstrapboxes::lang.text' | trans) | nl2br }}

{% if box.primary_button_text %} {{ box.primary_button_text }} {% endif %} {% if box.secondary_button_text %} {{ box.secondary_button_text }} {% endif %}
{% if box.image %} {% set image_width = box.image_width | default(700) %}
{{ box.image.title }}
{% endif %}