{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

{{ project.name }}

{% if owner %} {% if project.git_repo %} {% endif %} {% if project.production_path_exists() %} {% endif %}

{% endif %}
Branch {{ project.branch }}
Git Repo {{ project.git_repo }}
Requirements file {{ project.requirements_file }}
Tests {{ project.tests }}
Production Path {{ project.relative_production_path }}
{% endblock %}