{% extends "layout.html" %} {% 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); overflow: hidden; } footer p { text-align: center; } .newbody { min-height: 200px } .heading { text-align: center; } #editingstage { overflow: hidden; } {% endblock %} {% block js %} {% endblock %} {% block body %} {% if not techkey %}

Rural Housing Knowledge Network


Unique ID: {{ profile_info._id }}

{% autoescape false %} {% for i in profile_info.keys() %} {% endfor %}
{{ i }} {{ profile_info[i] }}
{% for i in profile_info.imagenames %} {% endfor %} {% endautoescape %} Refresh



Upload a picture

{% else %}

Rural Housing Knowledge Network


Unique ID: {{ orginfo._id }}

{% autoescape false %} {% for i in orginfo.keys() %} {% endfor %}
{{ i }} {{ orginfo[i] }}
{% for i in orginfo.imagenames %} {% endfor %} {% endautoescape %} Refresh

Upload a picture

{% endif %} {% endblock %}