Now I have a new problem. I try to create a list of available download files in the template. I'm getting only the „caption“ string from the MediaFileTranslation class. <li>{{ article.downloads.all|join:"</li><li>" }}</li>
I need a string like this: <a target="_blank" href="url" > caption </a> . I think I must create this in the extension class in my models.py...But I'm not sure and the most important thing is I don't know how to do it.