Переменная шаблона Django в html
я хочу настроить ширину панели процессов с помощью переменной cresource.cpu_avail_percent, как я могу добавить тег стиля
мой код
{% for cresource in c_resources %}
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width:{{cresource.cpu_avail_percent}}%;">
</div>
{% endfor %}
я использую django 3.2.6