{% extends "layout.html" %} {% block content %}
bbcode_tool
Backpack to Text Translator
Converts backpack contents to eye-catching BBCode or Reddit Markdown for trading on forums, or just plaintext!
Show Hats:





Weapons:



Other:



Options:








Show BP Link?




Output Type


Sort Output By


{% if "num_bp_slots" in session %} {% set pages = session["num_bp_slots"] // 50 %}
Pages: All
{% set current_page_in_col = 2 %} {% for page in range(1, pages+1) %} {{ page }}
{% set current_page_in_col = current_page_in_col + 1 %} {% if current_page_in_col == 8 and page != pages %} {% set current_page_in_col = 1 %}
{% if page != pages %}
{% endif %} {% endif %} {% if page == pages %}
{% endif %} {% endfor %} {% endif %}
{% if "steamID" in session %} {% else %} ' {% endif %}
{% endblock content %} {% block javascript %} {% endblock javascript %} {% block adstrip %}
{% endblock adstrip %}