{% extends "base.html" %} {% block content %}
{# include template "patterns/basics/headings/sp_variations/heading.html" #} {% trans "PIN Changed" as headingtext %} {% with type="component" htmltag="h1" title=headingtext %}
<{{htmltag}}>{{title}}
{% endwith %} {# end include template #} {# include template "patterns/basics/headings/sp_variations/heading.html" #} {% trans "Your PIN was changed successfully." as headingtext %} {% with type="subheading" htmltag="h3" title=headingtext %}
<{{htmltag}}>{{title}}
{% endwith %} {# end include template #} {# include template "patterns/basics/buttons/sp_variations/button.html" #} {% trans "Continue to Sign In" as buttontext %} {% url LOGIN_URL as link %} {% with type="primary" text=buttontext hyperlink=link %} {{text}} {% endwith %} {# end include template #}
{% endblock %}