mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
668 B
30 lines
668 B
{% load i18n %}
|
|
CasaLegislativa:
|
|
{% trans 'Casa Legislativa' %}:
|
|
- codigo:2 nome sigla
|
|
- endereco:8 cep
|
|
- municipio:10 uf
|
|
- telefone fax
|
|
- logotipo
|
|
- endereco_web
|
|
- email
|
|
- informacao_geral
|
|
|
|
AppConfig:
|
|
{% trans 'Configurações da Aplicação' %}:
|
|
- documentos_administrativos sequencia_numeracao painel_aberto
|
|
{% trans 'Textos Articulados' %}:
|
|
- texto_articulado_proposicao texto_articulado_materia texto_articulado_norma
|
|
|
|
TipoAutor:
|
|
{% trans 'Tipo Autor' %}:
|
|
- content_type:4 descricao
|
|
|
|
Autor:
|
|
{% trans 'Autor' %}:
|
|
- tipo:3 nome
|
|
- user:6 cargo
|
|
|
|
AutorCreate:
|
|
{% trans 'Cadastro de Usuários Autores' %}:
|
|
- tipo:3 search_autor
|
|
|