{% load static i18n %} {% load icon_tags %} {% load socialaccount %} {% load terms_tags %} {% load tabnav_tags %} {% load notifications_tags %} contact.engineering - Store and analyze surface topography measurements {% block extra_css %}{% endblock extra_css %}
{% tab_navigation %}
{# Places Messages #} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {# Insert actual content, see other templates #} {% block content %} {% endblock content %}
{# Check for terms and conditions, show a pop up if there are changes #} {# show_terms_if_not_agreed #} {# <- enable by replacing # with % #} {# Note that the user can close the modal and it is reopened every new view #}
{% register_notify_callbacks fetch=100 callbacks='fill_notification_badge_or_hide_if_none,fill_notification_list_with_linked_items' %} {% block javascript %}{% endblock javascript %}