{% extends "optimizer-base.html.twig" %} {% block tab_content %}

{{ sprintf(__('There are %d images that can be optimized.','brizy') ,count) |raw }}

{% if enabled %} {% if count>0 %} {% endif %} {% else %}

{{ __('Please provide an API KEY in the Settings tab.') }}

{% endif %} {% endblock %}