{# Toolset Troubleshooting page template. Requires the Toolset Gui Base. @since m2m #} {% extends "@toolset/base.twig" %} {% block title %}{{ __( 'Toolset Debug Information' ) }}{% endblock %} {% import _self as debug %} {% block content %} {# Toolset debug information #}

{{ __( 'This information allows our support team to see the versions of WordPress, plugins and theme on your site. Provide this information if requested in our support forum. No passwords or other confidential information is included.', 'sitepress', 'wpv-views' ) }}

{# Troubleshooting section #}

{{ __( 'Troubleshooting' ) }}

{# Individual troubleshooting operations will each get a (pseudo)metabox. #} {% endblock %}