| @@ -140,66 +140,53 @@ | |||||
| <td>Abgrenzung</td> | <td>Abgrenzung</td> | ||||
| <td>{% if task.delimitation is not null %}{{ task.delimitation }}{% else %}-{% endif %}</td> | <td>{% if task.delimitation is not null %}{{ task.delimitation }}{% else %}-{% endif %}</td> | ||||
| </tr> | </tr> | ||||
| <tr> | |||||
| <td>Inspektion</td> | |||||
| <td> | |||||
| {% if task.inspection == 1 %} | |||||
| {% if task.inspection == 1 %} | |||||
| <tr> | |||||
| <td>Inspektion (Zyklus: {{ worksheet.recInspectionCycleMonths }} Monate)</td> | |||||
| <td> | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | ||||
| {% else %} | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Cross_red_circle.svg.png" alt="" /> | |||||
| {% endif %} | |||||
| </td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td>Wartung</td> | |||||
| <td> | |||||
| {% if task.maintenance == 1 %} | |||||
| </td> | |||||
| </tr> | |||||
| {% endif %} | |||||
| {% if task.maintenance == 1 %} | |||||
| <tr> | |||||
| <td>Wartung (Zyklus: {{ worksheet.recMaintenanceCycleMonths }} Monate)</td> | |||||
| <td> | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | ||||
| {% else %} | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Cross_red_circle.svg.png" alt="" /> | |||||
| {% endif %} | |||||
| </td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td>Instandsetzung</td> | |||||
| <td> | |||||
| {% if task.service == 1 %} | |||||
| </td> | |||||
| </tr> | |||||
| {% endif %} | |||||
| {% if task.service == 1 %} | |||||
| <tr> | |||||
| <td>Instandsetzung</td> | |||||
| <td> | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | ||||
| {% else %} | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Cross_red_circle.svg.png" alt="" /> | |||||
| {% endif %} | |||||
| </td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td>Sachverständiger</td> | |||||
| <td> | |||||
| {% if task.expert == 1 %} | |||||
| </td> | |||||
| </tr> | |||||
| {% endif %} | |||||
| {% if task.expert == 1 %} | |||||
| <tr> | |||||
| <td>Sachverständiger</td> | |||||
| <td> | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | ||||
| {% else %} | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Cross_red_circle.svg.png" alt="" /> | |||||
| {% endif %} | |||||
| </td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td>Sachkundige</td> | |||||
| <td> | |||||
| {% if task.specialist == 1 %} | |||||
| </td> | |||||
| </tr> | |||||
| {% endif %} | |||||
| {% if task.specialist == 1 %} | |||||
| <tr> | |||||
| <td>Sachkundige</td> | |||||
| <td> | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | ||||
| {% else %} | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Cross_red_circle.svg.png" alt="" /> | |||||
| {% endif %} | |||||
| </td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td>Fachkraft</td> | |||||
| <td> | |||||
| {% if task.skilledPersonnel == 1 %} | |||||
| </td> | |||||
| </tr> | |||||
| {% endif %} | |||||
| {% if task.skilledPersonnel == 1 %} | |||||
| <tr> | |||||
| <td>Fachkraft</td> | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Eo_circle_green_white_checkmark.svg.png" alt="" /> | ||||
| {% else %} | |||||
| <img style="width: 18px;height: auto;" src="{{ app.request.getSchemeAndHttpHost() }}/assets/images/elements/512px-Cross_red_circle.svg.png" alt="" /> | |||||
| {% endif %} | |||||
| </td> | |||||
| </tr> | |||||
| </td> | |||||
| </tr> | |||||
| {% endif %} | |||||
| <tr> | <tr> | ||||
| <td>Normative Grundlage</td> | <td>Normative Grundlage</td> | ||||
| <td>{{ task.norm }}</td> | <td>{{ task.norm }}</td> | ||||