{% if api_signed %}
{{ signed_in_text | raw }} {% if can_sign_out %} {{ sign_out_text }} {% endif %} {{ wp_nonce_field( nonce.action, nonce.name, nonce.referrer ) }}
{{ sign_out_warning | raw }}
{% elseif signup_available %}
{% if title is not empty %} {{ title | raw }} {% endif %} {{ hide_form_text }} {{ show_form_text }}
{{ wp_nonce_field( nonce.action, nonce.name, nonce.referrer ) }}
{% endif %}