{% extends 'D2ExpertBundle::base_admin.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
Update {% trans %}Expert{% endtrans %}.
{% endblock page_header %} {% block content %}

{% trans %}Expert{% endtrans %}

{{ form_widget(form) }}

{% trans %}Expert{% endtrans %} Image

{% if entity.customer is not null %}
IMAGE Type: {{ image_info['mime'] }} Size: {{ image_info[0] }}x{{ image_info[1] }} File: {{ (image_size/1024)|number_format(1, '.', ',') }} KB
IMAGE Type: {{ crop_image_info['mime'] }} Size: {{ crop_image_info[0] }}x{{ crop_image_info[1] }} File: {{ (crop_image_size/1024)|number_format(1, '.', ',') }} KB
{% endif %}

Tags

{% if entity.getTags|length > 0 %} {% for tag in entity.getTags %} {% endfor %}
{{ tag.tag|trim }} Unlink
{% endif %}
{% endblock content %}