<ahref="{% if op.disabled %}#{% else %}{{op.get_url}}{% endif %}"class="operation operation-{{op.op}}"data-disabled="{% if op.disabled %}true"title="{% trans "StarttheVMtochangethepassword."%}"{%else%}false"{%endif%}>{% trans "Generate new password!" %}</a>
<ahref="{% if op.disabled %}#{% else %}{{op.get_url}}{% endif %}"
class="operation operation-{{op.op}}"
{%ifop.disabled%}
data-disabled="true"
title="{% if instance.has_agent %}{% trans "StarttheVMtochangethepassword."%}{%else%}{%trans"Thismachinehasnoagentinstalled."%}{%endif%}"