{% extends "layout_public.html.twig" %} {% import "macro_functions.html.twig" as mf %} {% block meta_title %}{{ 'Register'|trans }}{% endblock %} {% block meta_description %}{{ 'Create an account to order services, manage billing, and track support requests online.'|trans }}{% endblock %} {% set company = guest.system_company %} {% if settings.theme == 'dark' %} {% set logo_url = company.logo_url_dark %} {% else %} {% set logo_url = company.logo_url %} {% endif %} {% block body_class %}page-signup{% endblock %} {% block body %}