{% extends 'cmShoppingList/base.html' %} {% load i18n %} {% load humanize %} {% block header_nav_brand %} {% translate "Shopping List" %} {% endblock %} {% block details %}

{{ HEADER_MESSAGE }}

{% endblock %} {% block extra_css %} {% endblock %} {% block extra_javascript %} {% autoescape off %} {% include 'cmShoppingList/vue/shoppinglist-component.html' %} {% endautoescape %} {% endblock %} {% block extra_script %} toastr.options = { "positionClass": "toast-bottom-center", "preventDuplicates": true, "onclick": null, "showDuration": "300", "hideDuration": "1000", "timeOut": "4000", "extendedTimeOut": "1000" } {% endblock %}