{% extends "manage/manage_base.html" %} {% load i18n %} {% block left_slot %} {% for property_group in property_groups %}
{{property_group.name}}
{% endfor %} {% endblock %} {% block content %}
{{property_group.name}} {% trans 'Add Property Group' %} {% trans 'Delete Property Group' %}

{% trans 'Property Group' %}

{% include "manage/lfs_form.html" %}
{{properties|safe}}
{{products|safe}}
{{product_values|safe}}
{% endblock %}