0 {{ 'new movies'|trans }}
{{ block('title') }}
{% block breadcrumb %} {{ breadcrumb(breadcrumbs.boDefault) }} {% endblock %}
{% set errors = app.flashes('error') %}
{% set warnings = app.flashes('warning') %}
{% set success = app.flashes('success') %}
{% if errors %}
{% endif %}
{% if warnings %}
{% endif %}
{% if success %}
{% endif %}
{% block body %}{% endblock %}