|
17 | 17 | <thead> |
18 | 18 | <tr class="info"> |
19 | 19 | <th> |
20 | | - Derived Age |
| 20 | + {dgettext("timepoint_list", "Derived Age")} |
21 | 21 | </th> |
22 | 22 | <th> |
23 | | - EDC Age |
| 23 | + {dgettext("timepoint_list", "EDC Age")} |
24 | 24 | </th> |
25 | 25 | <th> |
26 | | - Biological Sex |
| 26 | + {dgettext("timepoint_list", "Biological Sex")} |
27 | 27 | </th> |
28 | | - {if $candidate.ProjectTitle != ""} |
| 28 | + {if $candidate.ProjectTitle == $candidate.ProjectName && $candidate.ProjectName != ""} |
29 | 29 | <th> |
30 | | - Project |
| 30 | + {dgettext("loris", "Project")} |
31 | 31 | </th> |
| 32 | + {else} |
| 33 | + {if $candidate.ProjectTitle != ""} |
| 34 | + <th> |
| 35 | + {dgettext("loris", "Candidate Registration Project")} |
| 36 | + </th> |
| 37 | + {/if} |
| 38 | + {if $candidate.ProjectName != ""} |
| 39 | + <th> |
| 40 | + {dgettext("loris", "Timepoint Project")} |
| 41 | + </th> |
| 42 | + {/if} |
32 | 43 | {/if} |
33 | 44 | {foreach from=$candidate.DisplayParameters item=value key=name} |
34 | 45 | <th> |
35 | 46 | {$name} |
36 | 47 | </th> |
37 | 48 | {/foreach} |
38 | 49 | <th> |
39 | | - Visit Label |
| 50 | + {dgettext("loris", "Visit Label")} |
40 | 51 | </th> |
41 | 52 | <th> |
42 | | - Visit to Site |
| 53 | + {dgettext("instrument_list", "Visit to Site")} |
43 | 54 | </th> |
44 | 55 | <th> |
45 | | - Cohort |
| 56 | + {dgettext("loris", "Cohort")} |
46 | 57 | </th> |
47 | 58 | <th> |
48 | | - MR Scan Done |
| 59 | + {dgettext("timepoint_list", "Imaging Scan Done")} |
49 | 60 | </th> |
50 | 61 | <th> |
51 | | - Within Optimal |
| 62 | + {dgettext("instrument_list", "Within Optimal")} |
52 | 63 | </th> |
53 | 64 | <th> |
54 | | - Within Permitted |
| 65 | + {dgettext("instrument_list", "Within Permitted")} |
55 | 66 | </th> |
56 | 67 | {if $SupplementalSessionStatuses } |
57 | 68 | {foreach from=$timePoint.status item=status key=name} |
|
100 | 111 | {$timePoint.CohortTitle} |
101 | 112 | </td> |
102 | 113 | <td> |
103 | | - {$timePoint.Scan_done|default:"<img alt=\"Data Missing\" src=\"$baseurl/images/help2.gif\" width=\"12\" height=\"12\" />"} |
| 114 | + {if $timePoint.Scan_done != ""} |
| 115 | + {if $timePoint.Scan_done == 'Y'} |
| 116 | + {assign var="scan_done" value=dgettext("loris", "Yes")} |
| 117 | + {$scan_done} |
| 118 | + {else} |
| 119 | + {assign var="scan_done" value={dgettext("loris", "No")}} |
| 120 | + {$scan_done} |
| 121 | + {/if} |
| 122 | + {else} |
| 123 | + <img alt="Data Missing" src="{$baseurl|default}/images/help2.gif" border=0> |
| 124 | + {/if} |
104 | 125 | </td> |
105 | 126 | <td> |
106 | | - {if $timePoint.WindowInfo.Optimum} |
107 | | - Yes |
| 127 | + {if $display.WindowInfo.Optimum|default} |
| 128 | + {dgettext("loris", "Yes")} |
108 | 129 | {else} |
109 | | - No |
| 130 | + {dgettext("loris", "No")} |
110 | 131 | {/if} |
111 | 132 | </td> |
112 | | - <td {if not $timePoint.WindowInfo.Optimum}class="error"{/if}> |
113 | | - {if $timePoint.WindowInfo.Permitted} |
114 | | - Yes |
| 133 | + <td {if not $display.WindowInfo.Optimum|default}class="error"{/if}> |
| 134 | + {if $display.WindowInfo.Permitted|default} |
| 135 | + {dgettext("loris", "Yes")} |
115 | 136 | {else} |
116 | | - No |
| 137 | + {dgettext("loris", "No")} |
117 | 138 | {/if} |
118 | 139 | </td> |
119 | | - {if $SupplementalSessionStatuses } |
| 140 | + {if $SupplementalSessionStatuses|default} |
120 | 141 | {foreach from=$timePoint.status item=status} |
121 | 142 | <td> |
122 | 143 | {$status} |
|
133 | 154 | <thead> |
134 | 155 | <tr class="info"> |
135 | 156 | <th nowrap="nowrap" colspan="3"> |
136 | | - Stage |
| 157 | + {dgettext("loris", "Stage")} |
137 | 158 | </th> |
138 | 159 | <th nowrap="nowrap" colspan="3"> |
139 | | - Status |
| 160 | + {dgettext("timepoint_list", "Stage Status")} |
140 | 161 | </th> |
141 | 162 | <th nowrap="nowrap" colspan="2"> |
142 | | - Date |
| 163 | + {dgettext("timepoint_list", "Date of Stage")} |
143 | 164 | </th> |
144 | 165 | </tr> |
145 | 166 | </thead> |
146 | 167 | <tbody> |
147 | 168 | <tr> |
148 | 169 | <td nowrap="nowrap" colspan="3"> |
149 | | - Screening |
| 170 | + {dgettext("loris", "Screening")} |
150 | 171 | </td> |
151 | 172 | <td nowrap="nowrap" colspan="3"> |
152 | 173 | {$timePoint.Screening} |
|
157 | 178 | </tr> |
158 | 179 | <tr> |
159 | 180 | <td nowrap="nowrap" colspan="3"> |
160 | | - Visit |
| 181 | + {dgettext("loris", "Visit")} |
161 | 182 | </td> |
162 | 183 | <td nowrap="nowrap" colspan="3"> |
163 | | - {$timePoint.Visit} |
| 184 | + {if $timePoint.Visit != ""} |
| 185 | + {dgettext("loris", $timePoint.Visit)} |
| 186 | + {/if} |
164 | 187 | </td> |
165 | 188 | <td nowrap="nowrap" colspan="2"> |
166 | 189 | {$timePoint.Date_visit} |
167 | 190 | </td> |
168 | 191 | </tr> |
169 | 192 | <tr> |
170 | 193 | <td nowrap="nowrap" colspan="3"> |
171 | | - Approval |
| 194 | + {dgettext("loris", "Approval")} |
172 | 195 | </td> |
173 | 196 | <td nowrap="nowrap" colspan="3"> |
174 | 197 | {$timePoint.Approval} |
|
0 commit comments