{% extends request.is_ajax|yesno:"base_ajax.html,base_rigs.html" %} {% load help_text from filters %} {% load profile_by_index from filters %} {% load yesnoi from filters %} {% load button from filters %} {% block content %}
List vehicles and their drivers
| Crewmember | Start Time | Role | End Time |
|---|---|---|---|
| {{crew.crewmember}} | {{crew.start}} | {{crew.role}} | {{crew.end}} |
Tests at first distro
| Test | Value | ||
|---|---|---|---|
| Voltage (cube meter) |
{{ object|help_text:'fd_voltage_l1' }} | {{ object|help_text:'fd_voltage_l2' }} | {{ object|help_text:'fd_voltage_l3' }} |
| {{ object.fd_voltage_l1 }} | {{ object.fd_voltage_l2 }} | {{ object.fd_voltage_l3 }} | |
| {{ object|help_text:'fd_phase_rotation'|safe }} | {{ object.fd_phase_rotation|yesnoi }} | ||
| {{ object|help_text:'fd_earth_fault'|safe}} | {{ object.fd_earth_fault }} | ||
| {{ object|help_text:'fd_pssc'}} | {{ object.fd_pssc }} | ||
Tests at 'Worst Case' points (at least 1 point required)
| Test | Point 1 | Point 2 | Point 3 |
|---|---|---|---|
| {{ object|help_text:'w1_description'|safe}} | {{ object.w1_description }} | {{ object.w2_description|default:'' }} | {{ object.w3_description|default:'' }} |
| {{ object|help_text:'w1_polarity'|safe}} | {{ object.w1_polarity|yesnoi }} | {{ object.w2_polarity|default:''|yesnoi }} | {{ object.w3_polarity|default:''|yesnoi }} |
| {{ object|help_text:'w1_voltage'|safe}} | {{ object.w1_voltage }} | {{ object.w2_voltage|default:'' }} | {{ object.w3_voltage|default:'' }} |
| {{ object|help_text:'w1_earth_fault'|safe}} | {{ object.w1_earth_fault }} | {{ object.w2_earth_fault|default:'' }} | {{ object.w3_earth_fault|default:'' }} |