{# /** * @file * Theme "page__simplelogin" template. * * @see simplelogin_preprocess_simplelogin() * @see simplelogin_theme_registry_alter() */ #} {% apply spaceless %}
{{ page.highlighted }} {{ page.content }} {% if path == '/user/login' %} {{ 'Forgot password?'|t }} {% endif %} {% if path == '/user/password' %}
{{ 'If you have any issues or questions, please reach out to us '|t }}{{ 'service@clickspace.com'|t }}
{% endif %}
{% endapply %}