{% extends 'buybackprogram/page.html' %} {% load i18n %} {% load humanize %} {% load bootstrap %} {% load static %} {% block body %}
{% trans "Frequently Asked Questions" %}
{% trans "Where can I sell my items?" %}

{% trans "Each program has a system and a structure mentioned on the program page. The manager for this program will most likely only accept items if the contract has been created at this exact location." %}

{% trans "How can I sell my items?" %}

{% trans "How can I disable discord notifications for my contracts?" %}

{% trans "You can disable notifications about your contracts via the" %} {% trans "My Settings page

" %} {% for faq in faqs %}
{{faq.header}}

{{faq.body}}

{% endfor %}
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% include "buybackprogram/bundles/buybackprogram-css-light.html" %} {% endblock %} {% block extra_script %} {% endblock %}