{% extends "panel_base.html" %} {% block header_title %}{{gettext("All Attributes")}} | {{get_sitename()}}{% endblock %} {% block title %}{{gettext("All Attributes")}}{% endblock %} {% block content %}

{{gettext("All Attributes")}}

{{gettext("New Attribute")}}
{% for a in attributes %} {% endfor %}
{{gettext("ID")}} {{gettext("name")}} {{gettext("settings")}}
{{a.id}} {{a.name}} {{gettext("Info")}} {{gettext("Edit")}}
{% endblock %} {% block js_block %} {% endblock %}