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