{% extends 'dashboard/layout.html' %} {% load i18n %} {% load staticfiles %} {% block body_class %}stores{% endblock %} {% block extrahead %} {% endblock %} {% block title %} {% if store %} {% blocktrans with store_name=store.name %} Update store {{ store_name }} {% endblocktrans %} {% else %} {% trans "Create new store" %} {% endif %} | {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block header %}