{% extends "helpdesk/base.html" %} {% block extraheader %} / {{ account_name }} {% endblock %} {% block content %} {% if account_exists %}
No virtual machines available for this account
{% endfor %}No networks available for this account
{% endfor %}{% if is_ip %}User with IP {% else %}{% if is_vm %}User with Virtual Machine {% else %}Account {% endif %}{% endif %}{{ search_query }} does not exist in cyclades database
{% endif %} {% endblock %}