{% extends "pagetype-doc.html.jinja" %} {% block head %} {% endblock %} {% block bodyclasses %}page-faq landing-builtin-bg{% endblock %} {% block breadcrumbs %}{% endblock %} {% block main %}
{% if (target.lang != "en" and "en" in currentpage.targets) or currentpage.untranslated_warning %} {# Add a "sorry this page isn't translated" banner. #}
{% trans %}Sorry, this page is not available in your language.{% endtrans %}

{% trans %}We are making an effort to offer the XRP Ledger Dev Portal in a variety of languages, but not all pages are available in all languages. If you'd like to help, please contribute!{% endtrans %}

{% endif %} {% if target.lang != "en" and currentpage.outdated_translation %} {# Add a "This translation is not up-to-date." banner. #}
{% trans %}This translated page is not updated to match the latest changes in the English version.{% endtrans %}

{% trans %}We are making an effort to offer the XRP Ledger Dev Portal in a variety of languages, but not all translated contents are up-to-date. If you'd like to help, please contribute!{% endtrans %}

{% endif %}
{{ content }}
{% endblock %} {% block analytics %} {% endblock analytics %}