|
|
@ -1,20 +1,20 @@ |
|
|
|
{% extends "crud/list.html" %} |
|
|
|
{% load i18n %} |
|
|
|
{% load crispy_forms_tags staticfiles %} |
|
|
|
{% load crispy_forms_tags static %} |
|
|
|
|
|
|
|
{% block base_content %} |
|
|
|
{% if not show_results %} |
|
|
|
{% crispy filter.form %} |
|
|
|
{% else %} |
|
|
|
<div class="actions btn-group float-right btn-group-sm" role="group"> |
|
|
|
<a |
|
|
|
<a |
|
|
|
href="{% url 'sapl.norma:pesquisar_assuntonorma' %}" |
|
|
|
class="btn btn-outline-primary" |
|
|
|
> |
|
|
|
{% trans "Fazer nova pesquisa" %} |
|
|
|
</a> |
|
|
|
{% if not request.user.is_anonymous %} |
|
|
|
<a |
|
|
|
<a |
|
|
|
href="{% url 'sapl.norma:assuntonorma_create' %}" |
|
|
|
class="btn btn-outline-primary" |
|
|
|
> |
|
|
|