{% extends 'base.html' %} {% load static %} {% block content %}

Edit PCB

{% include 'partials/_messages.html' %}
{% csrf_token %}
If it’s not listed, create a new component.
{% if pcb.order_status == 'request' or pcb.order_status == 'order' %}
{% endif %}
{% if pcb.pcb_file %}

Current: Download

{% endif %}
{% endblock %}