{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ opTitle }}

{% trans 'Following is the result.' %}

{% for row in result %} {% for value in row %} {% endfor %} {% endfor %}
{{ value }}

{% trans 'You can execute next operations. Would you select a next operation.' %}

{% endblock %}