{% extends "publiclayout.html" %} {% block js %} {% endblock %} {% block css %} .container > .content{ background-color: #fff; padding: 20px; /* negative indent the amount of the padding to maintain the grid system */ margin: 0 -20px; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15); box-shadow: 0 1px 2px rgba(0,0,0,.15); } footer p { text-align: center; } .newbody { min-height: 200px } .heading { text-align: center; } {% endblock %} {% block body %} {% autoescape false %} {% if not techkey %}
{% for profile in profileinfo.keys() %}

{{ profile }}: {{ profileinfo[profile] }}

{% endfor %}
{% else %} {% for info in proinfo.keys() %}

{{ info }}: {{ proinfo[info] }}

{% endfor %} {% endif %} {% endautoescape %} {% endblock %}