{% extends "layout.html" %} {% from "_helper.html" import image_button %}g {% block content %}
Contact | |||
Firstname | {{ person.firstname }} | ||
Lastname | {{ person.lastname }} | ||
Phone | {{ person.phone }} | ||
{{ person['e-mail'] }} | |||
Address | {{ address|replace("\n", " ")|safe }} | ||
{{ image_button ("right", "030_pencil", "/prefix/") }} | Prefix | ||
{{ image_button ("right", "030_pencil", "/projects/") }} | Projects | ||
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 | ||
Default | {{config['security']['default']}} |