{% extends "layout.html" %} {% from "_helper.html" import image_button %}g {% block content %}

Other Profile Data

Profile

{% if config.has_key('keys') and config['keys']['keylist'].has_key(config['keys']['default']) %} {% endif %}
Contact
Firstname{{ person.firstname }}
Lastname{{ person.lastname }}
Phone{{ person.phone }}
e-mail{{ person['e-mail'] }}
Address{{ address|replace("\n", "
")|safe }}
{{ image_button ("right", "030_pencil", "/prefix/") }} Prefix
Prefix
Index
{{ image_button ("right", "030_pencil", "/projects/") }} Projects
{% for projectname in projects %} {{ projectname }} {% endfor %}
Completed{{ ', '.join(config.projects.completed) }}
{{ image_button ("right", "030_pencil", "/clouds/") }} Clouds
Default{{ config.default }}edit
Active{{ ', '.join(active_clouds) }}edit
Active (TBD) {% for cloudname in config.clouds.keys() %} {{ cloudname}} {% endfor %}
Default (TBD) {% for cloudname in config.clouds.keys() %} {{ cloudname}} {% endfor %}
{{ image_button ("right", "030_pencil", "/keys/") }} Keys
Default {{config['keys']['default']}} : {{ fun_print(config['keys']['keylist'][config['keys']['default']]) }}
List {% for name, key in config['keys']['keylist'].iteritems() %} {{name}} : {{fun_print(key)}}
{% endfor %}
{{ image_button ("right", "030_pencil", "") }} SecurityGroups
{% for securityGroup in securityGroups %} {{ securityGroup }} {% endfor %}
Default {{config['security']['default']}}
{% endblock content %}