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:
graham-dds
2019-09-03 12:18:38 -04:00
parent 003b562a93
commit e2bd6bd823
5 changed files with 48 additions and 55 deletions

View File

@@ -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(