globalparameter_list.html.twig 346 Bytes
Newer Older
Julien Jorry committed
1 2 3 4 5 6 7 8 9 10
{% extends '@SonataAdmin/CRUD/base_list.html.twig' %}

{% block list_table %}
	<div class="col-xs-12 col-md-12" style="margin-bottom: 20px;">
		{% if KOH_USE_WORDPRESS is defined and KOH_USE_WORDPRESS != 'false' %}
			<strong>WORDPRESS API KEY : </strong> : {{ getWordpressApiKey() }}
		{% endif %}
	</div>
	{{parent()}}
{% endblock list_table %}