{% blocktrans with extension.info.name as name %}Configure {{name}}{% endblocktrans %}
{% if form.error_dict %}{% blocktrans count form.error_dict.items|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{% endif %} {% if enabled %} {% if extension.is_configurable %} {% else %}{% trans "This extension is not configurable." %}
{% endif %} {% else %}{% trans "This extension is not enabled." %}
{% endif %}