<b> {% trans "Use Jinja2 template syntax, values: " %}</b>
<ul>
<li>{% trans "<strong>hostname</strong> - vm hostname" %}</li>
<li>{% trans "<strong>sysuser</strong> - vm system default user (cloud)" %}</li>
<li>{% trans "<strong>password</strong> - default user sha512 password" %}</li>
<li>{% trans "<strong>owner</strong> - vm owner django username" %}</li>
<li>{% trans "<strong>acl.allusers</strong> - get all associated user's username to vm (list)" %}</li>
<li>{% trans "<strong>acl.operators</strong> - get all associated operator level user's username to vm (list)" %}</li>
<li>{% trans "<strong>acl.users</strong> - get all associated operator user user's username to vm (list)" %}</li>
<li>{% trans "<strong>net.ipv4</strong> - default host ip address" %}</li>
<li>{% trans "<strong>net.ipv6</strong> - default host ipv6 address" %}</li>
<li>{% trans "<strong>net.[vlan_name].ipv4/ipv6</strong> - associated vlan ([vlan_name]) host ip addresses, example: when vm associated to vlan 'public' and vlan 'internal', we can get these ips: {{net.public.ipv4}} and {{net.internal.ipv4}}" %}</li>
<li>{% trans "<strong>ci.rndstr(len: int)</strong> - function: make random string with 'len' charachters lenght" %}</li>
<li>{% trans "<code>hostname</code> - vm hostname" %}</li>
<li>{% trans "<code>sysuser</code> - vm system default user (cloud)" %}</li>
<li>{% trans "<code>password</code> - default user sha512 password" %}</li>
<li>{% trans "<code>owner</code> - vm owner django username" %}</li>
<li>{% trans "<code>acl.allusers</code> - get all associated user's username to vm (list)" %}</li>
<li>{% trans "<code>acl.operators</code> - get all associated operator level user's username to vm (list)" %}</li>
<li>{% trans "<code>acl.users</code> - get all associated user level user's username to vm (list)" %}</li>
<li>{% trans "<code>net.ipv4</code> - default host ip address" %}</li>
<li>{% trans "<code>net.ipv6</code> - default host ipv6 address" %}</li>
<li>{% trans "<code>net.vlans</code> - associated vlans: list of objects (name: vlan name, ipv4/ipv6: host ip in vlan)" %}</li>
<li>{% trans "<code>ci.rndstr(len: int)</code> - function: make random string with 'len' charachters lenght" %}</li>