{%extends "base/page.html"%} {%block title%}{{title}}{%endblock%} {%block contents%}

{{title}}

The following {{whatname}} are registered in {{regionname}}.

{% for s in services %}

{{ s.org.name }}

{% if s.url %} {% endif %} {% if s.provides_hosting and s.provides_support %} {% endif %} {%if s.employees %} {% endif %} {%if s.locations%} {% endif %} {% if s.hours %} {% endif %} {% if s.languages %} {% endif %} {% if s.customerexample %} {% endif %} {% if s.experience %} {% endif %} {%if s.contact%} {% endif %}
Website {{s.url}}
Description {{s.description}}
Provides Provides both support and hosting.
Employees {{s.employees}}
Office locations {{s.locations}}
Hours {{s.hours}}
Languages {{s.languages}}
Customer example {{s.customerexample}}
Experience {{s.experience}}
Contact information {{s.contact}}

{%endfor%} {%endblock%}