{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %} {% if form %} {{ wtf.quick_form(form) }}
{% else %} {% if g.identity.allow_admin %}

Welcome {{ current_user.first_name }}!

{# #} {% elif g.identity.allow_landlord %}

Welcome {{ current_user.first_name }}!

You are currently tracking performance on {{ current_user.property_count() }} properties

{% endif %} {% endif %} {% endblock %}