{% extends "admin/change_form.html" %} {% load utils %} {% load i18n %} {% if not is_popup %} {% block title %} View Job Pipeline Store {% endblock %} {% block content_title %}

View Job Pipeline Store

{% endblock %} {% block content %}

Job Pipeline key value store

{% with dictionary=request.path|get_pipeline_store %} {% for key, value in dictionary.items %} {% endfor %}
{% endwith %} {% endblock %} {% endif %}