Línea 58... |
Línea 58... |
58 |
<div class="flex-shrink-0">
|
58 |
<div class="flex-shrink-0">
|
59 |
<img class="userpicture" src="{{foruser.profileimageurl}}"
|
59 |
<img class="userpicture" src="{{foruser.profileimageurl}}"
|
60 |
alt="{{#str}}pictureof, moodle, {{foruser.fullname}}{{/str}}"
|
60 |
alt="{{#str}}pictureof, moodle, {{foruser.fullname}}{{/str}}"
|
61 |
title="{{#str}}pictureof, moodle, {{foruser.fullname}}{{/str}}" />
|
61 |
title="{{#str}}pictureof, moodle, {{foruser.fullname}}{{/str}}" />
|
62 |
</div>
|
62 |
</div>
|
63 |
<div class="flex-grow-1 ml-3">
|
63 |
<div class="flex-grow-1 ms-3">
|
64 |
<h4 class="mt-0 mb-1">
|
64 |
<h4 class="mt-0 mb-1">
|
65 |
<a href="{{foruser.profileurl}}" title="{{#str}}viewprofile{{/str}}">{{foruser.fullname}}</a>
|
65 |
<a href="{{foruser.profileurl}}" title="{{#str}}viewprofile{{/str}}">{{foruser.fullname}}</a>
|
66 |
</h4>
|
66 |
</h4>
|
67 |
<a href="mailto:{{foruser.email}}">{{foruser.email}}</a>
|
67 |
<a href="mailto:{{foruser.email}}">{{foruser.email}}</a>
|
68 |
<div class="clearfix mt-1 mb-1">
|
68 |
<div class="clearfix mt-1 mb-1">
|
69 |
<span class="float-left mr-1">
|
69 |
<span class="float-start me-1">
|
70 |
<strong>{{#str}}daterequesteddetail, tool_dataprivacy{{/str}}</strong>
|
70 |
<strong>{{#str}}daterequesteddetail, tool_dataprivacy{{/str}}</strong>
|
71 |
{{#userdate}} {{timecreated}}, {{#str}} strftimedatetime, core_langconfig {{/str}} {{/userdate}}
|
71 |
{{#userdate}} {{timecreated}}, {{#str}} strftimedatetime, core_langconfig {{/str}} {{/userdate}}
|
72 |
</span>
|
72 |
</span>
|
73 |
<span class="float-left mr-1">
|
73 |
<span class="float-start me-1">
|
74 |
<strong>{{#str}}statusdetail, tool_dataprivacy{{/str}}</strong>
|
74 |
<strong>{{#str}}statusdetail, tool_dataprivacy{{/str}}</strong>
|
75 |
<span class="badge {{statuslabelclass}}">{{statuslabel}}</span>
|
75 |
<span class="badge {{statuslabelclass}}">{{statuslabel}}</span>
|
76 |
</span>
|
76 |
</span>
|
77 |
<span class="float-left mr-1">
|
77 |
<span class="float-start me-1">
|
78 |
<strong>{{#str}}requestbydetail, tool_dataprivacy{{/str}}</strong>
|
78 |
<strong>{{#str}}requestbydetail, tool_dataprivacy{{/str}}</strong>
|
79 |
<span><a href="{{requestedbyuser.profileurl}}" title="{{#str}}viewprofile{{/str}}">{{requestedbyuser.fullname}}</a></span>
|
79 |
<span><a href="{{requestedbyuser.profileurl}}" title="{{#str}}viewprofile{{/str}}">{{requestedbyuser.fullname}}</a></span>
|
80 |
</span>
|
80 |
</span>
|
81 |
</div>
|
81 |
</div>
|
82 |
{{#canreview}}
|
82 |
{{#canreview}}
|