Add task and iterative_task decorator
Also add getBatchOfData method to the base logic and tasks logic
module.
Reviewed-by: Sverre Rabbelier
{% extends "modules/ghop/task/list/row.html" %}
{% block first %}
<td>
<div class="approve" id="id_approve_{{ list.item.link_id }}">
<input type="checkbox" id="id_approve_{{ list.item.key.name }}"
name="{{ list.item.key.name }}"/>
</div>
</td>
{% endblock %}