I'm trying to learn something about Django, and a question has come to me.
I have a dictionary with multiple keys and values. The idea is for each key to display a list of values with checkboxes that can be selected to perform other tasks later.
But I do not understand how I can create templates and then correlate keys with values using checkboxes in Django, could anyone give me a light?