{% if is_granted("COLLECTION_CONTRACT_EDIT") and entity.canBeEdited(app.user) %}
  • {{ "Editar" |trans }}
  • {% endif %} {% if is_granted("COLLECTION_CONTRACT_EDIT") and entity.saleStatus!="processable"%}
  • {{ "Cambiar estado a procesable" |trans }}
  • {% endif %} {% if is_granted("COLLECTION_CONTRACT_EDIT") and entity.saleStatus=="processable"%}
  • {% if entity.credentialsSentDate == null %} {{ "Envíar credenciales de acceso" |trans }} {% else %} {{ "Reenvíar credenciales de acceso" |trans }} {% endif %}
  • {% endif %} {% if is_granted("COLLECTION_CONTRACT_RESTRUCTURING") %}
  • {{ "Reestructurar" |trans }}
  • {% endif %} {% if is_granted("COLLECTION_STC_PAYMENT_CREATE") %}
  • {{ "Nuevo pago" |trans }}
  • {% endif %} {% if is_granted("COLLECTION_STC_CONTRACT_SUBSTATUS_CHANGE") %}
  • {{ "Cambiar Substatus" |trans }}
  • {% endif %}
  • {{ "Historial Innox" |trans }}
  • {{ "Archivos" }}
    • {{'Imprimir contrato' }}
    • {{'Imprimir contrato con caratula' }}
    • {% if entity.getPromissoryNotesForPrint|length > 0 %}
    • {{'Imprimir pagarés' }}
    • {% endif %} {% if is_granted("AGENT_CONTRACT_FILES") %}
    • {{'Imprimir Citatorio' }}
    • {{'Imprimir Reporte Visita Domiciliada' }}
    • {% endif %} {% if password is defined and password %}
    • {{'Imprimir documentos de bienvenida' }}
    • {% else %}
    • {{'Imprimir documentos de bienvenida' }}
    • {% endif %}