{% extends 'base/base.html' %} {% block start %}

Bundles

{% comment %} {% if messages %} {% endif %} {% endcomment %}
{% for item in data_bundle %} {% endfor %}
id article id tag id step id bundle size state status created on Action
{{ forloop.counter }} {{ item.article_ID }} {{ item.tag_ID }} {{ item.step_ID }} {{ item.bundleSize }} {{ item.state }} {{ item.status }} {{ item.created_on }} edit delete
{% endblock %}