{% extends "base_ext.html" %} {% load crispy_forms_tags %} {% load bootstrap_pagination %} {% load lbworkflow_tags %} {% block nav_sel_node %}id-nav-simplewf{% endblock %} {% block right_side %}
{% include "incs/messages.html" %}

{{ process.name }}

{% if search_form %}
{% crispy search_form %}
{% endif %}
{% for o in object_list %}{% with pi=o.pinstance %} {% endwith %}{% endfor %}
NO. Created by Summary Content Created on Current operator Activity
{{ pi.no }} {{ pi.created_by }} {{ o.summary }} {{ o.content }} {{ pi.created_on|date:"Y-m-d H:i" }} {{ pi.get_operators_display }} {{ pi.cur_node.name }}
{% endblock %}