{% block head %}
{% block title %}CESA | Consulting Engineers South Africa – Your Partner in Enabling Consulting Engineering Excellence{% endblock %}
{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {% endblock %} {% block head_script_second %} {{ encore_entry_script_tags('app') }} {% endblock head_script_second %} {% block head_bottom %} {% endblock head_bottom %}
{% endblock head %} {% block body_tag %} {% endblock body_tag %} {% block body_start %} {% endblock body_start %} {% block body %} {% block navbar %} {% endblock navbar %} {% block container %} {% block container_div_start %}
{% endblock container_div_start %} {% block header %}
Dashboard
{% if app.user is not null %} {% if app.user.granted('ROLE_BCE_ADMIN') or app.user.granted('ROLE_SUPER_ADMINISTRATOR') %}
Forms
{% endif %} {% if app.user.granted('ROLE_MEMBER_FIRMS') or app.user.granted('ROLE_SUPER_ADMINISTRATOR') %}
Transformation Statistics
{% endif %} {% endif %}
My Account
{% if app.user is not null %} {% if app.user.granted('ROLE_MY_DETAILS') %}
My Details
{% endif %} {% if app.user.granted('ROLE_SONATA_ADMIN') %}
Site Admin
{% endif %}
Logout
{% else %}
Login
{% endif %}
CESA Web Site
{% endblock header %} {% block content_div_start %}
{% endblock content_div_start %} {% block page_header_around %} {% block page_header %}
{% block headline %}Welcome to the CESA System{% endblock headline %}
{% endblock page_header %} {% endblock page_header_around %} {% block flashes %} {% block flashes_content %} {% if app.session.flashbag.peekAll|length > 0 %}
{% for type,messages in app.session.flashBag.all %} {% for message in messages %} {% set typeName = type %} {% if type == 'error' %} {% set typeName = 'danger' %} {% endif %}
{{ message|raw }}
{% endfor %} {% endfor %}
{% endif %} {% endblock flashes_content %} {% endblock flashes %} {% block content_row %}
{% block content %}
{% block content_content %}
Let's build something ...
{% endblock content_content %}
{% block content_sidebar %}
Sidebar
{% endblock content_sidebar %}
{% endblock content %}
{% endblock content_row %} {% block content_div_end %}
{% endblock content_div_end %} {% block footer_tag_start %} {% endblock footer_tag_end %} {% block container_div_end %}
{% endblock container_div_end %} {% endblock container %} {% block body_end_before_js %} {% endblock body_end_before_js %} {% block foot_script %} {% endblock foot_script %} {% endblock body %} {% block body_end %} {% endblock body_end %} {% set session = getSession() %} {% if session is not null %}
Your IP address has been recorded as {{ session.remoteIp }}. Session reference {{ session.id }}.
{% endif %}