{% set statusStructure = databox.getStatusStructure() %} {% set databox_id = databox.get_sbas_id() %}

{{ 'phraseanet::status bit' | trans }}

{% for bit in range(4, 31) %} {% if statusStructure.hasStatus(bit) %} {% else %} {% endif %} {% if statusStructure.hasStatus(bit) %} {% set statusbit = statusStructure.getStatus(bit) %} {% else %} {% endif %} {% endfor %}
{{ 'status:: numero de bit' | trans }} {{ 'status:: nom' | trans }} {{ 'status:: cherchable par tous' | trans }} {{ 'status:: Affichable pour tous' | trans }}
{{ bit }}
{% if statusbit['img_on'] %} {% endif %} {{ statusbit['labels_on_i18n'][app['locale']] }} / {% if statusbit['img_off'] %} {% endif %} {{ statusbit['labels_off_i18n'][app['locale']] }} {{ statusbit['searchable'] is defined and statusbit['searchable'] == '1' ? 'oui'| trans : 'non'| trans }} {{ statusbit['printable'] is defined and statusbit['printable'] == '1' ? 'oui'| trans : 'non'| trans }}