{% extends '@TigrisBase/user/profile_layout.html.twig' %} {% block content %}
{% if attribute(entity, 'getUserimage') is defined and entity.userimage is not empty %} {{ entity.username }} Userimage {% else %} {{ entity.username }} empty Userimage {% endif %}
{{ 'user.username'|trans }}
{{ entity.username }}
{{ 'user.date.created'|trans }}
{{ entity.createdAt|format_date }}
{% endblock %}