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

{% trans "Sizing" %}
{% if not object.id and request.user|can_add:object %} Add Sizing {% elif object.id and request.user|can_change:object %} Edit Sizing {% endif %}

{% if request.user|can_view:object %}
{% endif %}