{% extends "repapp/base.html" %} {% block title %} - {{ device.device }} {% endblock title %} {% block content %}
| Art des Geräts | {{ device.device }} |
|---|---|
| Hersteller & Modell/Typ | {{ device.manufacturer }} |
| Fehlerbeschreibung | {{ device.error }} |
| Folgetermin | {% if device.follow_up %} Ja {% else %} Nein {% endif %} |
| Foto vom Gerät |
{% if device.device_picture %}
|
| Foto vom Typenschild |
{% if device.device_picture %}
|