{% extends "panel_base.html" %} {% block header_title %}{{gettext("All Attributes")}} | {{get_sitename()}}{% endblock %} {% block title %}{{gettext("All Attributes")}}{% endblock %} {% block content %}
{{gettext("New Attribute")}}
{{gettext("ID")}} | {{gettext("name")}} | {{gettext("settings")}} |
{{a.id}} | {{a.name}} | {{gettext("Info")}} {{gettext("Edit")}} |