{% from "stock_solutions/form.html" import stock_solution_add_form %} {% from 'chemicals/pane.html' import pane_details with context %}
| ID | {{ stock.id }} |
| Chemical | {{ stock.chemical.label }} |
| Owner | {{ stock.owner.username }} |
| Responsible for chemical | {{ stock.chemical.responsible.username }} |
| Solvent | {{ stock.solvent }} |
| Concentration | {{ stock.concentration }} |
| Storage place | {{ stock.storage_place }} |
{{ stock.details }}
{% endif %}