\begin{tabular}{l r}
  {% for pub in proceedings.issue.publications.all|dictsort:"paper_nr" %}
    {{ pub.title }} & {{ pub.paper_nr }} \\
\textit{by {{ pub.author_list }} } \\ \\
  {% endfor %}
\end{tabular}