{% for author in post.get_authors %}
  • {{ author.name }} {% if author.role %} {{ author.role.name }} {% endif %}
  • {% endfor %} {% if post.author_group.name %}
  • {{ post.author_group.name }} {% if post.author_group.role %} {{ post.author_group.role.name }} {% endif %}
  • {% endif %}