Django - How can I render a value from views that matches a different value?
问题 I have two lists: one consists of user added flashcards, which have a question and an answer field (from my Flashcard model). The other consists of words in a song. Then I've made a new list that contains the words where the question overlaps with the lyrics ( user_word in my code below). Now in my html I want to make a table that shows in one column the word from the lyrics, and in the second column the word's meaning, which (if the user has already added the word as a flashcard) will be the