{% extends "base.html" %} {% block content %}
| Component Type | Component | Formula | Action |
|---|---|---|---|
| {{ f.component_type.capitalize() }} | {% for comp in all_components %} {% if comp.id == f.component_id and comp.type == f.component_type %} {{ comp.name }} {% endif %} {% endfor %} | {{ f.formula }} |