{% extends "propesqBundle::layout.html.twig" %} {% import "propesqBundle:Form:function.html.twig" as form %} {% block stylesheets %} {% endblock %} {% block content %}

{{'cabecalho.detalhar.instrumentojuridico'|trans}}

{%if entity.txtNomeDisco is not null%} {{ entity.txtNomeDisco}} {% else %} Download do arquivo indisponível {% endif %}
{{ entity.txtDescricao }}
{{ 'entidade.instrumentojuridico.especiesAfetadas'|trans }}
{% for especieField in entity.especies %}
{% else %}
Não Informado
{% endfor %}
{{ 'entidade.instrumentojuridico.aparelhosPescaAfetados'|trans }}
{% for aparelhoPescaField in entity.aparelhosPesca %}
{% else %}
Não Informado
{% endfor %}
{% if is_granted('ROLE_INSTRUMENTOJURIDICO_LIST') %} {{'acao.listar'|trans}} {% endif %} {% if is_granted('ROLE_INSTRUMENTOJURIDICO_EDIT') %} {{'acao.editar'|trans}} {% endif %} {% if is_granted('ROLE_INSTRUMENTOJURIDICO_DELETE') %} {{'acao.excluir'|trans}} {% endif %}
{% endblock %}