{% if user.is_staff %} {% load i18n satchmo_currency app_plugins %}
 » 
{% trans 'Satchmo' %} {{ st_satchmo_version }}
{% blocktrans count st_new_order_ct as counter %}New order:{% plural %}New orders:{% endblocktrans %} {% blocktrans with st_new_order_total|currency as new_total %}{{ st_new_order_ct }} for {{ new_total }}{% endblocktrans %}
{% blocktrans %}Carts in 1h/1d/7d: {{ st_cart_1h_ct }}/{{ st_cart_1d_ct }}/{{ st_cart_7d_ct }}{% endblocktrans %}
{% blocktrans %}Contacts: 7d/total: {{ st_contacts_7d_ct }}/{{ st_contacts_ct}}{% endblocktrans %}
{% if st_show_sales %}
{% blocktrans %}Number sold: {{st_total_sold}}{% endblocktrans %} {% if st_variations %}(+){% endif %}
    {% for variation in st_variations %}
  • {{ variation.name }}:{{variation.total_sold}}
  • {% endfor %}
{% endif %} {% for label, url in st_edits %} {% endfor %} {% plugin_point "satchmo_toolbar" %}
{% endif %}