{% extends "template.html" %} {% block breadcrumbs %}{{block.super}}
  • {{object.name}}
  • Attributes
  • {% endblock %} <{% block content %}

    {{object.name}} ({{object.profile_name}}) attributes

    {% for a in attributes %} {% endfor %}
    Attributes
    AttributeValue
    Profile{{object.profile_name}}
    Address{{object.address}}
    {{a.key}} {{a.value}}
    {%endblock%}