{% extends 'base.html' %} {% load static_v %} {% block title %}{{ template.name }} — PickkerMarket{% endblock %} {% block content %} ← {{ t.signoff_forms_title }} {{ t.picker_dashboard_kicker }} {{ template.name }} {% csrf_token %} {% for field in active_fields %} {{ field.label }} {% if field.type == 'select' %} {% for opt in field.options %} {% if opt == 'good' %}{{ t.signoff_condition_good }}{% elif opt == 'fair' %}{{ t.signoff_condition_fair }}{% elif opt == 'poor' %}{{ t.signoff_condition_poor }}{% elif opt == 'needs_repair' %}{{ t.signoff_condition_needs_repair }}{% elif opt == 'damaged' %}{{ t.signoff_cargo_damaged }}{% elif opt == 'missing_items' %}{{ t.signoff_cargo_missing_items }}{% else %}{{ opt }}{% endif %} {% endfor %} {% elif field.type == 'number' %} {% elif field.type == 'checkbox' %} {% elif field.type == 'textarea' %} {% else %} {% endif %} {% endfor %} {{ t.signoff_form_signature_label }} {{ t.signoff_form_signature_clear }} {{ t.signoff_form_submit }} {% endblock %} {% block extra_scripts %} {% endblock %}
← {{ t.signoff_forms_title }}