Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Seven's theme implementation to list node types available for adding content. Chris@0: * Chris@0: * Available variables: Chris@0: * - types: List of content types. Each content type contains: Chris@0: * - url: Path to the add content of this type page. Chris@0: * - label: The title of this type of content. Chris@0: * - description: Description of this type of content. Chris@0: * Chris@0: * @see template_preprocess_node_add_list() Chris@0: * @see seven_preprocess_node_add_list() Chris@0: */ Chris@0: #} Chris@0: {% if content %} Chris@0:
Chris@0: {% set create_content = path('node.type_add') %} Chris@0: {% trans %} Chris@0: You have not created any content types yet. Go to the content type creation page to add a new content type. Chris@0: {% endtrans %} Chris@0:
Chris@0: {% endif %}