6 lines
317 B
HTML
6 lines
317 B
HTML
|
|
{% set value_previous = '0' if is_blank_row else bribe_preview.id_bribe %}
|
|
{% set text_previous = '' if is_blank_row else bribe_preview.name %}
|
|
|
|
<div class="{{ model.FLAG_BRIBE }}" {{ model.ATTR_VALUE_PREVIOUS }}="{{ value_previous }}" {{ model.ATTR_VALUE_CURRENT }}="{{ value_previous }}">{{ text_previous }}</div>
|