Reorganize task order review template
- update copy in translations - Move TO totals out of sidebar - Group CLINs into 1 table with altered columns, instead of a separate table for each - edit CSS on CLIN table
This commit is contained in:
@@ -35,6 +35,10 @@ class CLIN(Base, mixins.TimestampsMixin):
|
||||
JEDICLINType.JEDI_CLIN_3,
|
||||
]
|
||||
|
||||
@property
|
||||
def type(self):
|
||||
return "Base" if self.number[0] == "0" else "Option"
|
||||
|
||||
@property
|
||||
def is_completed(self):
|
||||
return all(
|
||||
|
Reference in New Issue
Block a user