{% trans "Log in" as headingtext %}
{% include "patterns/basics/headings/sp_variations/heading.html" with type="component" htmltag="h1" title=headingtext %}
{% trans "Not a member yet?" as headingtext %}
{% trans "Sign up here" as linktext %}
{% include "patterns/basics/headings/sp_variations/heading.html" with type="micro" htmltag="p" title=headingtext hyperlink=REGISTRATION_URL linktitle=linktext %}