{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Drafts - Authors{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Drafts » {{ draft.name }} » Authors {% endblock %} {% block content %}

Authors

{% for author in draft.documentauthor_set.all %} {% endfor %}
Name Email Affiliation Country Order Action
{{ author.person }} {{ author.email }} {{ author.affiliation }} {{ author.country.name }} {{ author.order }} Delete
{% endblock %}