Side note: When posting code (or templates, error messages, tracebacks, etc), enclose the code between lines of three backtick - ` characters. This means you’ll have a line of ```, then your code, then another line of ```. This forces the forum software to keep your code properly formatted. (I’ve taken the liberty of editing your original post. Please remember to do this in the future.)
I’m not following what your issue is relative to the template you’re showing here.
Also, it appears you have a number of typos in the code you’ve posted. Please copy/paste the actual code that you’re having issues with. It’s a lot easier to debug things that way without trying to figure out what errors are simply being caused by having tried to retype the code.
Yes, in the model I am putting the select tag, but no matter how I write it, it does not return any record from the organization table, and therefore in the select it does not return any value, I don’t know if my problem is in view.py or in writing the code in python in html.