|
|
@ -11,7 +11,7 @@ |
|
|
|
Matérias <small>({{nome_parlamentar}})</small> |
|
|
|
</h1> |
|
|
|
</div> |
|
|
|
<center><h2>Primeiro Autor</h2></center> |
|
|
|
<h2 style="text-align: center">Primeiro Autor</h2> |
|
|
|
<br/> |
|
|
|
<table class="table table-striped table-bordered"> |
|
|
|
{% for autoria in autoria.0 %} |
|
|
@ -20,7 +20,7 @@ |
|
|
|
<tr> |
|
|
|
<td>{{ materias.1 }} </td> |
|
|
|
<td> |
|
|
|
<a href="{% url 'sapl.materia:pesquisar_materia'%}?tipo={{materias.0}}&ano={{autoria.0}}&autoria__autor={{autor_pk}}&autoria__primeiro_autor=1"> |
|
|
|
<a href="{% url 'sapl.materia:pesquisar_materia'%}?tipo={{materias.0}}&ano={{autoria.0}}&autoria__autor={{autor_pk}}&autoria__primeiro_autor=True"> |
|
|
|
{{ materias.2}} |
|
|
|
</a> |
|
|
|
</td> |
|
|
@ -32,7 +32,7 @@ |
|
|
|
|
|
|
|
<h2>Total: {{ autoria.1 }}</h2><br/> |
|
|
|
|
|
|
|
<center><h2>Co-Autor</h2></center> |
|
|
|
<h2 style="text-align: center">Co-Autor</h2> |
|
|
|
<br/> |
|
|
|
<table class="table table-striped table-bordered"> |
|
|
|
{% for coautoria in coautoria.0 %} |
|
|
@ -41,7 +41,7 @@ |
|
|
|
<tr> |
|
|
|
<td>{{ materias.1 }} </td> |
|
|
|
<td> |
|
|
|
<a href="{% url 'sapl.materia:pesquisar_materia'%}?tipo={{materias.0}}&ano={{coautoria.0}}&autoria__autor={{autor_pk}}&autoria__primeiro_autor=0"> |
|
|
|
<a href="{% url 'sapl.materia:pesquisar_materia'%}?tipo={{materias.0}}&ano={{coautoria.0}}&autoria__autor={{autor_pk}}&autoria__primeiro_autor=False"> |
|
|
|
{{ materias.2}} |
|
|
|
</a> |
|
|
|
</td> |
|
|
|