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

{{ title }}

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

{% if errmsg %}

{% trans 'Failed to change the status of users.' %}

{{ errmsg }}
{% else %}

{% trans 'Finished to change the status of users.' %}

{% endif %}

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

{% endblock %}