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