{% extends 'base.html' %} {% load i18n %} {% block centered_container %}

{% trans "Validate entity configuration" %}

{% trans "enter a url of entity to check if it is compatible" %}

{% csrf_token %}
{% if ec %}
{% endif %}
{% endblock %}