{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% trans "You have selected these users to unsuspend:" %}
{{ source.username }} ({% trans "suspension expiration date:" %} {{ source.suspended_until }})
{% endfor %}