|
@ -58,10 +58,11 @@ |
|
|
{% if m.autoria_set.all %} |
|
|
{% if m.autoria_set.all %} |
|
|
<strong>Autores:</strong> |
|
|
<strong>Autores:</strong> |
|
|
{% for a in m.autoria_set.all %} |
|
|
{% for a in m.autoria_set.all %} |
|
|
{% if not forloop.first %} |
|
|
{% if a.primeiro_autor %} |
|
|
, {{a.autor}} |
|
|
{% if not forloop.first %} |
|
|
{% else %} |
|
|
, |
|
|
{{a.autor}} |
|
|
{% endif %} |
|
|
|
|
|
{{a.autor.nome}} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</br> |
|
|
</br> |
|
|