{% extends "propesqBundle::layout.html.twig" %} {% block stylesheets %} {% endblock %} {% block content %}

Gerenciamento de FeaturesFlags

{% for feature in features %} {% if 'filtro' not in feature.id and 'header' not in feature.id %}
{% if 'exibir' in feature.id %} {% elseif 'habilitar' in feature.id %} {% else %} {% endif %}
{% endif %} {% endfor %}
{% endblock %}