{% extends "layout.html.twig" %} {% import "js_helpers.html.twig" as js %} {% block header %} {{ parent() }} {{ js.tool_bar }} {% endblock %} {% block content %} {{ parent() }} {% if current_user.blog != current_blog.id and blog_count > 1 %}
{{__('Make this blog my default blog')}}
{% endif %} {# Check if we need place for dashboard items #} {% set has_dashboard_items = updater is not empty or modules_errors is not empty or dashboard_doclinks is not empty or dsahboard_dcnews is not empty or dashboard_items is not empty %}{{ __('Dotclear %s is available!')|format(updater.new_version)}}
{{__('Some plugins are installed twice:')}}
{{ news.date }}: {{ news.content|slice(0,120) }}...