{% extends '_layouts/cp' %} {% import '_includes/forms' as forms %} {% set title = 'Super Table' | t('super-table') %} {% block content %} {% if checking is defined %}
{{ 'If you\'re updating from Craft 3.0.x, or are experiencing error messages with content tables, please use this tool to check for errors or inconsistencies.' | t('super-table') | md }}
{{ 'This tool will first check to see if there are any errors, then advise if you want to go ahead and fix them.' | t('super-table') | md }}
{% if output is defined %}{{ output | raw }}
{{ 'Re-saving all your Super Table fields at once can help to fix content table issues. If any Super Table fields contain missing field types (as in, the plugin for the field is missing), it will be skipped. This will also include any nested Super Tables in Matrix fields.' | t('super-table') | md }}
{% if resaveOutput is defined %}{{ resaveOutput | raw }}