{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
{% trans 'Following is the result.' %}
| {{ value }} | {% endfor %}
{% trans 'You can execute next operations. Would you select a next operation.' %}
{% endblock %}