Rabatt export, optimize

This commit is contained in:
Kevin Adametz 2019-11-07 17:09:18 +01:00
parent 54fc46ace4
commit f2be8e54b4
23 changed files with 552 additions and 34 deletions

View file

@ -1,4 +1,8 @@
{% if page is not empty %}
{{ render(controller('AppBundle:Component:navSidebarWidget', {page: page, title:widget.name})) }}
{% endif %}
{% if api is not empty %}
{{ render(controller('AppBundle:Component:navSidebarApiWidget', {api: api, title:widget.name})) }}
{% endif %}