{% extends "@toolset/base.twig" %} {% block title %}{{ page.get_title() }}{% endblock %} {% block content %}
{% if table_toolset %} {{ table_toolset|raw }} {% else %}

{{ labels.msg_no_custom_post_types }}

{% endif %} {# Add new post type #}

{{ labels.create_type }}

{# Table with 3rd party post types #} {% if table_3rd %}
{{ table_3rd|raw }} {% endif %} {# Table with wordpress post types #} {% if table_wordpress %}
{{ table_wordpress|raw }} {% endif %}
{% endblock %}