{% import 'macros/form.html' as form %} {% snippet 'selfinfo/snippets/selfinfo_content_header.html', icon_class='fas fa-edit me-2', label=_('Database - Update') %}
{{ _('If Dataset is being updated or Resource, make sure to re-index the Dataset afterwards.') }}
{{ form.select('model', label=_('Model'), options=extras.model_options, error='') }}
{{ _('UPDATE') }}
{{ _('WHERE') }}
{% snippet "selftools/snippets/confirmation.html", modal_id='db-update-confirmation', modal_label_id='db-update-label-id' %}
Output here...