diff --git a/sapl/templates/materia/materialegislativa_filter.html b/sapl/templates/materia/materialegislativa_filter.html index a36f6cceb..ec65ebd19 100644 --- a/sapl/templates/materia/materialegislativa_filter.html +++ b/sapl/templates/materia/materialegislativa_filter.html @@ -58,10 +58,11 @@ {% if m.autoria_set.all %} Autores: {% for a in m.autoria_set.all %} - {% if not forloop.first %} - ,    {{a.autor}} - {% else %} -  {{a.autor}} + {% if a.primeiro_autor %} + {% if not forloop.first %} + ,    + {% endif %} +  {{a.autor.nome}} {% endif %} {% endfor %}