{% extends "dashboard/base.html" %} {% load i18n %} {% block content %}

{% if title %} {{ title }} {% else %} Status changing confirmation {% endif %}

{% if text %} {{ text }} {% else %} {%blocktrans with object=object%} Are you sure you want to change {{ object }} status? {%endblocktrans%} {% endif %}
{% csrf_token %} Back
{% endblock %}