{{ vite_asset('admin.js',[]) }}
{% if app.user.avatarOriginalName is defined and app.user.avatarOriginalName is not empty %}
{% else %}
{% endif %}
{# This block demonstrates how Symfony flash messages would be displayed. #} {# They are typically set in your Symfony controller and then iterated over in Twig. #} {% for label, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %}
{% block content %} {% endblock %}