{% extends "landing/base.html" %} {% load static i18n %} {% block title %}{% trans "BuildBlock |" %} {{page_title}}{% endblock title %} {% block content %}

{% blocktrans %}Ask Us
Anything{% endblocktrans %}

{% trans 'Kakao Chat' %}

{% blocktrans %}[BuildBlock] Channel{% endblocktrans %}

{% trans 'Real-Time Chat Available' %}

{% trans 'Call Us' %}

{% for item in information.telephone %} <{% if information.telephone|length != 1 %}h4{% else %}h3{% endif %} {% if forloop.last %}class="mb-0"{% endif %}>{% if information.telephone|length != 1 %}{{item.title}} {% endif %}{{item.telephone}} {% endfor %} {% if information.telephone|length == 1 %}

{% trans 'Hours' %} 10:00 ~ 17:00 (KST)

{% endif %}

{% trans 'Email Us' %}

{% for item in information.email %} <{% if information.email|length != 1 %}h4{% else %}h3{% endif %} {% if forloop.last %}class="mb-0"{% endif %}>{% if information.email|length != 1 %}{{item.category}} {% endif %}{{item.email}} {% endfor %}

{% trans 'Visit Us' %}

{% trans 'Please make an appointment with us before your visit.' %}

{% for item in information.address %}
{{item.location}}
{{item.address}}
{% endfor %}
{% if landing_document %} {% for item in landing_document %}

{{item.title}}

{% endfor %} {% endif %}

{% blocktrans %}Don't Miss Out
on BuildBlock's News!{% endblocktrans %}

{% if faq_list %}

{% trans "FAQ" %}

{% for faq in faq_list %}
{{faq.answer}}
{% endfor %}
{% endif %} {% endblock content %} {% block modal %} {% endblock %}