{% extends 'base.html' %} {% load i18n %} {% load bootstrap4 %} {% load fontawesome_5 %} {% block 'sidenav' %} {% with 'restream' as section %} {{ block.super }} {% endwith %} {% endblock %} {% block 'content' %}
{% blocktrans with restream_config_name=object.name %}are_you_sure_you_want_to_delete_"{{ restream_config_name }}"?{% endblocktrans %}