{% load helpers %} {% load i18n %}

{% trans "Sizing" %}
{% if not object.id and 'add' in context.actions %} Add Sizing {% elif object.id and 'bulk_edit' in context.actions %} Edit Sizing {% endif %}

{% if 'export' in context.actions %}
{% endif %}