I was wondering how you would be able to take in inputs, and display a different set of read only variables on the same page using django with python and jinja and html. Currently, I am able to display a set of variables on one page and read a different set of inputs on a different page. I want to accomplish both on the same age, but when I return a render in the views.py file I am unable to do both on the same page.
Constraints: Python Django Jinja Html Javascript Css