Add task and iterative_task decorator
Also add getBatchOfData method to the base logic and tasks logic
module.
Reviewed-by: Sverre Rabbelier
{% extends "soc/models/list.html" %}
{% block scripts %}
{{ block.super }}
<script type="text/javascript">
var RETURN_URL = "{{ return_url }}";
$(document).ready(function(){
$('[id^=id_spin_slot_count_]').spin({min:0});
});
</script>
{% endblock %}
{% block body %}
<form method="POST">
{% if up_list %}
<input style="font-weight: bold" type="submit"
value="Approve and Publish"/></span>
{% endif %}
{% if error_message %}
<div class="error">{{ error_message|safe }}</div>
{% endif %}
{{ block.super }}
</form>
{% endblock %}