{% extends "layout.html" %} {% block content %}

Entities

{% for field in model.custom_fields %} {% endfor %} {% for entity in model.entities %} {% for field in model.custom_fields %} {% endfor %} {% endfor %}
Partition Key Row Key Timestamp{{field}}
{{entity.PartitionKey}} {{entity.RowKey}} {{entity.Timestamp}}{{getattr(entity, field, '')}}
{% if hasattr(model.entities, 'x_ms_continuation') %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}