Línea 27... |
Línea 27... |
27 |
"accessibledescription": "Done: View (Set by Admin User)"
|
27 |
"accessibledescription": "Done: View (Set by Admin User)"
|
28 |
}
|
28 |
}
|
29 |
}}
|
29 |
}}
|
30 |
{{#istrackeduser}}
|
30 |
{{#istrackeduser}}
|
31 |
{{#statuscomplete}}
|
31 |
{{#statuscomplete}}
|
32 |
<div class="badge rounded-pill alert-success icon-no-margin" role="listitem" {{!
|
32 |
<div class="badge rounded-pill bg-success icon-no-margin" role="listitem" {{!
|
33 |
}}{{#accessibledescription}}{{!
|
33 |
}}{{#accessibledescription}}{{!
|
34 |
}}title="{{.}}" {{!
|
34 |
}}title="{{.}}" {{!
|
35 |
}}aria-label="{{.}}" {{!
|
35 |
}}aria-label="{{.}}" {{!
|
36 |
}}{{/accessibledescription}}>
|
36 |
}}{{/accessibledescription}}>
|
37 |
{{#pix}}i/checked{{/pix}}
|
37 |
{{#pix}}i/checked{{/pix}}
|
38 |
<strong>{{#str}}completion_automatic:done, core_course{{/str}}</strong> <span class="font-weight-normal">{{description}}</span>
|
38 |
<strong>{{#str}}completion_automatic:done, core_course{{/str}}</strong> <span class="fw-normal">{{description}}</span>
|
39 |
</div>
|
39 |
</div>
|
40 |
{{/statuscomplete}}
|
40 |
{{/statuscomplete}}
|
41 |
{{#statuscompletefail}}
|
41 |
{{#statuscompletefail}}
|
42 |
<div class="badge rounded-pill alert-danger icon-no-margin" role="listitem" {{!
|
42 |
<div class="badge rounded-pill bg-danger icon-no-margin" role="listitem" {{!
|
43 |
}}{{#accessibledescription}}{{!
|
43 |
}}{{#accessibledescription}}{{!
|
44 |
}}title="{{.}}" {{!
|
44 |
}}title="{{.}}" {{!
|
45 |
}}aria-label="{{.}}" {{!
|
45 |
}}aria-label="{{.}}" {{!
|
46 |
}}{{/accessibledescription}}>
|
46 |
}}{{/accessibledescription}}>
|
47 |
{{#pix}}e/cancel{{/pix}}
|
47 |
{{#pix}}e/cancel{{/pix}}
|
48 |
<strong>{{#str}}completion_automatic:failed, core_course{{/str}}</strong> <span class="font-weight-normal">{{description}}</span>
|
48 |
<strong>{{#str}}completion_automatic:failed, core_course{{/str}}</strong> <span class="fw-normal">{{description}}</span>
|
49 |
</div>
|
49 |
</div>
|
50 |
{{/statuscompletefail}}
|
50 |
{{/statuscompletefail}}
|
51 |
{{#statusincomplete}}
|
51 |
{{#statusincomplete}}
|
52 |
<div class="badge rounded-pill bg-light text-dark" role="listitem" {{!
|
52 |
<div class="badge rounded-pill bg-light text-dark" role="listitem" {{!
|
53 |
}}{{#accessibledescription}}{{!
|
53 |
}}{{#accessibledescription}}{{!
|
54 |
}}title="{{.}}" {{!
|
54 |
}}title="{{.}}" {{!
|
55 |
}}aria-label="{{.}}" {{!
|
55 |
}}aria-label="{{.}}" {{!
|
56 |
}}{{/accessibledescription}}>
|
56 |
}}{{/accessibledescription}}>
|
57 |
<strong>{{#str}}completion_automatic:todo, core_course{{/str}}</strong> <span class="font-weight-normal">{{description}}</span>
|
57 |
<strong>{{#str}}completion_automatic:todo, core_course{{/str}}</strong> <span class="fw-normal">{{description}}</span>
|
58 |
</div>
|
58 |
</div>
|
59 |
{{/statusincomplete}}
|
59 |
{{/statusincomplete}}
|
60 |
{{/istrackeduser}}
|
60 |
{{/istrackeduser}}
|
61 |
{{^istrackeduser}}
|
61 |
{{^istrackeduser}}
|
62 |
<div class="badge rounded-pill bg-light text-dark" role="listitem">
|
62 |
<div class="badge rounded-pill bg-light text-dark" role="listitem">
|
63 |
<span class="font-weight-normal">{{description}}</span>
|
63 |
<span class="fw-normal">{{description}}</span>
|
64 |
</div>
|
64 |
</div>
|
65 |
{{/istrackeduser}}
|
65 |
{{/istrackeduser}}
|