{% if examples %} Przykłady: <div style="height:200px;overflow:auto;"> <table id="example-propositions" class="ChangeControlTable"> {% for example in examples %} <tr id="{{example.id}}" class="old_frames_row"> {% if example.wrong_example %} <td style="color:red;"> {% else %} <td style="color:none;"> {% endif %} {{example.sentence}} </td> </tr> {% endfor %} </table> </div> {% endif %}