I have a model with a foreign key relationship to another model. In my view I have access to columns from both models, as expected. How can I concatenate some of the columns from the foreign table so ...