{% extends "layout.html" %} {% block body %}

{{title}}

{% if g.user and g.user.role_admin() and new_user %}
{% endif %}
{% if ( g.user and g.user.role_passwd() or g.user.role_admin() ) and not content.role_anonymous() %} {% if g.user and g.user.role_admin() and g.allow_registration and not new_user and not profile %} {% else %}
{% endif %} {% endif %}
{% if g.user and g.user.role_admin() and not profile %} {% if not content.role_anonymous() %}
{% endif %}
{% if not content.role_anonymous() %}
{% endif %} {% endif %} {% if g.user and g.user.role_admin() and not profile and not new_user and not content.role_anonymous() %}
{% endif %}
{% if not profile %} {{_('Back')}} {% endif %}
{% if downloads %}

{{_('Recent Downloads')}}

{% for entry in downloads %} {% endfor %}
{% endif %}
{% endblock %}