mirror of https://github.com/interlegis/sapl.git
8 changed files with 54 additions and 21 deletions
@ -1 +1,31 @@ |
|||
asdasd |
|||
|
|||
{% load i18n %} |
|||
{% load crispy_forms_tags %} |
|||
{% load common_tags %} |
|||
{% load static %} |
|||
|
|||
|
|||
<head> |
|||
<style> |
|||
@page{ |
|||
margin: 0cm |
|||
} |
|||
div {page-break-inside: avoid;} |
|||
p { |
|||
font-size:3pt; |
|||
} |
|||
|
|||
</style> |
|||
</head> |
|||
|
|||
<body> |
|||
<div> |
|||
<p><strong>Etiqueta Materia Legislativa</strong></p> |
|||
<p>{{tipo}}</p> |
|||
<p>{{data_apresentacao}}</p> |
|||
<p>{{autores}}</p> |
|||
<p>{{ementa}}</p> |
|||
<img src="{{barcode}}" style="width: 100%; height: 100%;" alt="{{barcode}}"> |
|||
|
|||
</div> |
|||
</body> |
|||
|
|||
Loading…
Reference in new issue