{# Learn how to use Turbo Streams: https://github.com/symfony/ux-turbo#broadcast-doctrine-entities-update #} {% block create %} {{ entity.title }} {% if entity.progress < 100 %} {{ entity.progress }} {% else %} {% endif %} {% endblock %} {% block update %} {% if entity.status != "Complete" %} {{ entity.title }} {{ entity.progress }}% {% else %} {{ entity.title }} {% endif %} {% endblock %} {% block remove %} {% endblock %}