{% for obj in change.id %}
- {{ obj }}
{% endfor %}
|
{% for obj in change.view_name %}
- {{ obj }}
{% endfor %}
|
{% for obj in change.done_by %}
- {{ obj }}
{% endfor %}
|
{% for obj in change.done_on %}
- {{ obj }}
{% endfor %}
|
{% for obj in change.url %}
- {{ obj }}
{% endfor %}
|
{% for obj in change.view_args %}
- {{ obj }}
{% endfor %}
|
{% for obj in change.view_kwargs %}
- {{ obj }}
{% endfor %}
|
{% for obj in change.request_method %}
- {{ obj }}
{% endfor %}
|
{% for obj in change.request_body %}
- {{ obj }}
{% endfor %}
|
{% endfor %}