Back to Aws Doc Sdk Examples

Work items

python/cross_service/dynamodb_item_tracker/templates/report.html

latest520 B
Original Source

Work items

Snapshot of {{item_count}} active work items taken at {{snap_time.strftime('%H:%M on %h %d %Y')}}.

{% if item_count > 10 %}

See attachment for work items table.

{% else %}


DescriptionGuideStatusUser nameArchived
{% for work_item in work_items %}{{work_item["description"]}}{{work_item["guide"]}}{{work_item["status"]}}{{work_item["username"]}}
{% endfor %}
{% endif %}