{% extends 'base_backend_admin.html.twig' %} {% block title %} Article {% endblock %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('app_backend_article_service') }} {% endblock %} {% block content %}
|
{% if article.getImageDefault() %}
{% endif %}
|
|
|
|
{% if article.getImageDetail1() %}
{% endif %}
|
|
|
|
{% if article.getImageDetail2() %}
{% endif %}
|
|
|
|
{% if article.getImageDetail3() %}
{% endif %}
|
|
|
|
{% if article.getImageDetail4() %}
{% endif %}
|
|
|