1 |
efrain |
1 |
<div class="d-none d-sm-none d-md-block" id="block-progreso_sinopsis-{{uniqid}}">
|
|
|
2 |
<div class="row indicators tl-microstats-section progreso_sinopsis border-none bg-transparent p-0">
|
|
|
3 |
<!--div class="col-sm-6 col-md-3 col-lg-3 col-xl-3">-->
|
|
|
4 |
<div class="col pl-0">
|
|
|
5 |
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
|
703 |
ariadna |
6 |
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/universe_child/pix/icon-edifice.png" />
|
1 |
efrain |
7 |
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{inprogress}} </h2>
|
|
|
8 |
<p class="item-caption text-left pl-3">Cursos en progreso</p>
|
|
|
9 |
</div>
|
|
|
10 |
</div>
|
|
|
11 |
<div class="col">
|
|
|
12 |
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
|
703 |
ariadna |
13 |
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/universe_child/pix/icon-laptop.png" />
|
1 |
efrain |
14 |
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{completed}} </h2>
|
|
|
15 |
<p class="item-caption text-left pl-3">Cursos completados</p>
|
|
|
16 |
</div>
|
|
|
17 |
</div>
|
|
|
18 |
<div class="col">
|
|
|
19 |
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
|
703 |
ariadna |
20 |
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/universe_child/pix/icon-clock.png" />
|
1 |
efrain |
21 |
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{dedication}} </h2>
|
|
|
22 |
<p class="item-caption text-left pl-3">Tiempo de entrenamientoo</p>
|
|
|
23 |
</div>
|
|
|
24 |
</div>
|
|
|
25 |
<div class="col">
|
|
|
26 |
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
|
703 |
ariadna |
27 |
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/universe_child/pix/icon-badge.png" />
|
1 |
efrain |
28 |
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{grades}} </h2>
|
|
|
29 |
<p class="item-caption text-left pl-3">Insignias</p>
|
|
|
30 |
</div>
|
|
|
31 |
</div>
|
|
|
32 |
<div class="col pr-0">
|
|
|
33 |
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
|
703 |
ariadna |
34 |
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/universe_child/pix/icon-star.png" />
|
1 |
efrain |
35 |
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{points}} </h2>
|
|
|
36 |
<p class="item-caption text-left pl-3">Puntos</p>
|
|
|
37 |
</div>
|
|
|
38 |
</div>
|
|
|
39 |
<!--<div class="col-sm-6 col-md-2 col-lg-2 col-xl-2">
|
|
|
40 |
<div class="item-value">{{completed}}</div>
|
|
|
41 |
<div class="item-caption">Cursos completados</div>
|
|
|
42 |
</div>
|
|
|
43 |
<div class="col-sm-6 col-md-2 col-lg-2 col-xl-2">
|
|
|
44 |
<div class="item-value">{{dedication}}</div>
|
|
|
45 |
<div class="item-caption">Tiempo de entrenamiento</div>
|
|
|
46 |
|
|
|
47 |
</div>
|
|
|
48 |
<div class="col-sm-6 col-md-2 col-lg-2 col-xl-2">
|
|
|
49 |
<div class="item-value">{{grades}}</div>
|
|
|
50 |
<div class="item-caption">Insignias</div>
|
|
|
51 |
|
|
|
52 |
</div>
|
|
|
53 |
<div class="col-sm-6 col-md-3 col-lg-3 col-xl-3">
|
|
|
54 |
<div class="item-value">{{points}}</div>
|
|
|
55 |
<div class="item-caption">Puntos</div>
|
|
|
56 |
|
|
|
57 |
</div>-->
|
|
|
58 |
</div>
|
|
|
59 |
</div>
|