{% extends "layout.html" %} {% block title_name %} - SQL{% endblock %} {% block content %} {{ buttons|button_bar|safe }}

{{ _('Attention: be careful with setting types to required')|uc_first }}

{% if untyped_count != '0' %} {{ untyped_count }} {{ _("entities have no type. Be aware, that these than can't be updated, without setting this type.") }} {% endif %}

{{ _("I'm aware of the risk.") }}

{{ _('proceed')|button(id_='proceed_button', url='#')|safe }}
{% endblock %} {% block script %} {% endblock %}