{# /** * @file * Default theme implementation to list type group bundles available for adding type group. * * Available variables: * - types: A list of type group bundles, each with the following properties: * - add_link: Link to create a piece of content of this type. * - description: Description of this type of content. * * @see template_preprocess_bat_type_group_add_list() * * @ingroup themeable */ #} {% if types is not empty %}
{% set create_content = path('entity.bat_type_group_bundle.collection') %} {% trans %} You have not created any type group bundle yet. Go to the type group bundle creation page to add a new type group bundle. {% endtrans %}
{% endif %}