Esempio n. 1
0
 def regulamentoMestradoConceito(self, obj):
     if obj.id in self.listaIdsIrregConceitoBolsa:
         return htmlIconFalse()
     else:
         return htmlIconTrue()
Esempio n. 2
0
 def disponibilidade(self, obj):
     if obj.aluno == None or obj.aluno == "":
         return htmlIconTrue()
     else:
         return htmlIconFalse()
Esempio n. 3
0
 def regulamentoCargaHr(self, obj):
     if obj.id in self.listaIdsIrregCargaHrBolsa:
         return htmlIconFalse()
     else:
         return htmlIconTrue()
Esempio n. 4
0
 def regulamentoArtigo(self, obj):
     if obj.artigo:
         return htmlIconTrue()
     else: return htmlIconFalse()
Esempio n. 5
0
 def regulamentoQualificacao(self, obj):
     if obj.qualificacao:
         return htmlIconTrue()
     else: return htmlIconFalse()
Esempio n. 6
0
 def regulamentoProficiencia(self, obj):
     if obj.proficiencia:
         return htmlIconTrue()
     else: return htmlIconFalse()
Esempio n. 7
0
 def regulamentoCHBasico(self, obj):
     if obj in self.listaIdsIrregCHBasico:
         return htmlIconFalse()
     else: return htmlIconTrue()
Esempio n. 8
0
 def regulamentoCRA(self, obj):
     if obj in self.listaIdsIrregCRA:
         return htmlIconFalse()
     else: return htmlIconTrue()
Esempio n. 9
0
 def regulamentoAbandono(self, obj):
     if obj.id in self.listaIdsIrregAbandono:
         return htmlIconFalse()
     else:
         return htmlIconTrue()
Esempio n. 10
0
 def regulamentoMestradoCra(self, obj):
     if obj.id in self.listaIdsIrregCra:
         return htmlIconFalse()
     else:
         return htmlIconTrue()