Files
gen_formula_excel/templates/wins_red_formula.jinja2
2020-07-19 14:55:14 +03:00

6 lines
202 B
Django/Jinja
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends 'base.jinja2' %}
{% block conditions %}
{% for column in columns %}
IF(AND({{column}}{{row_num}}={{column}}${{fixed_row}};{{column}}${{fixed_row}}="К");1;0);
{% endfor %}
{% endblock %}