{% 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.") }}
{% endblock %} {% block script %} {% endblock %}