{% extends "base.html" %} {% block title %}{{ space }}{% endblock %} {% block page_style %} {% endblock %} {% block content %}

{{ space }}

{% if space.phone %}

Phone
{{ space.phone }}

{% endif %} {% if space.email %}

Email
{{ space.email }}

{% endif %} {% if space.url %}

Website
{{ space.url }}

{% endif %}

Address
{{ space.address }}

{% endblock %} {% block js_init %} {% endblock %}