<div data-fullname="{{fullname}}" data-coursename="{{coursename}}" data-enrolinstancename="{{enrolinstancename}}"
data-status="{{status}}" data-timestart="{{timestart}}" data-timeend="{{timeend}}">
<span class="label {{#active}}label-success{{/active}}{{#suspended}}label-warning{{/suspended}}{{#notcurrent}}label-default{{/notcurrent}}">{{status}}</span>
- <a data-action="showdetails" role="button" tabindex="0">
- {{#pix}}docs, core, {{#str}}enroldetails, enrol{{/str}}{{/pix}}
- </a>
+ <a data-action="showdetails" href="#" role="button" tabindex="0">{{!
+ }}{{#pix}}docs, core, {{#str}}enroldetails, enrol{{/str}}{{/pix}}{{!
+ }}</a>
{{#enrolactions}}
- <a href="{{url}}" role="button" {{#attributes}}{{name}}="{{value}}" {{/attributes}}>
- {{{icon}}}
- </a>
+ <a href="{{url}}" role="button" {{#attributes}}{{name}}="{{value}}" {{/attributes}}>{{!
+ }}{{{icon}}}{{!
+ }}</a>
{{/enrolactions}}
</div>