1 <div class="exercise-wtem" data-type="open" data-id="{{exercise.id}}">
3 <h3>Zadanie {{no}}</h3>
5 <div class="description">
7 {% for para in exercise.description %}
15 {% if exercise.fields %}
16 {% for field in exercise.fields %}
17 <div class="wtem-open-field">
18 <label class="wtem-caption">{{field.caption}} <span class="label_suffix"></span></label>
19 <textarea style="width: 100%;" rows="{{field.rows|default:10}}" data-field-id="{{field.id}}" {% if field.max_length %}maxlength="{{field.max_length}}"{% endif %} {% if field.input_id %}id="{{field.input_id}}"{% endif %}></textarea>
23 <textarea style="width: 100%; margin-top:10px;" rows="{{field.rows|default:10}}" {% if field.max_length %}maxlength="{{field.max_length}}"{% endif %} {% if field.input_id %}id="#{{field.input_id}}"{% endif %}></textarea>
26 {% if exercise.description_after %}
27 <div class="description">
29 {% for para in exercise.description_after %}