{% load static i18n %} {{page_title}} | {% block title %}BuildBlock Management{% endblock title %} {% blocktrans asvar og_description %}BuildBlock is a global real estate investment platform for everyone to easily and safely invest in the global market{% endblocktrans %} {% block analytics_head %} {% include "base/analytics_head.html" %} {% endblock analytics_head %} {% block analytics_body %} {% include "base/analytics_body.html" %} {% endblock analytics_body %}
{% block sidebar %} {% include 'management/partials/left-sidebar.html' %} {% endblock sidebar %}
{% block topbar %} {% include 'management/partials/topbar.html' %} {% endblock topbar %}
{% if messages %} {% include "management/messages.html" with messages=messages %} {% endif %} {% if form.errors %} {% include "base/errors.html" with errors=form.non_field_errors %} {% for field in form %} {% include "base/errors.html" with errors=field.errors %} {% endfor %} {% endif %}
{% block page_title %}

{{page_title}}

{% endblock page_title %} {% block content %}{% endblock content %}
{% block footer %} {% include 'management/partials/footer.html' %} {% endblock footer %}
{% block modal %}{% endblock modal %} {% block stripe %}{% endblock stripe %} {% block bundle %}{% endblock bundle %} {% block third_party %}{% endblock third_party %}