{% extends 'base.html' %} {% load i18n %} {% block breadcumbs %} {% endblock %} {% block content %}
{% if tos_exists %}

{% trans "Terms Of Service" %}

{% trans "Where we explain what we do with your data." %}
{% else %}

{% trans "Terms Of Service" %}

{% trans "Soon." %}
{% endif %}
{% if who_exists %}

{% trans "The People Behind The Inbox" %}

{% trans "Who runs this service?" %}
{% else %}

{% trans "The People Behind The Inbox" %}

{% trans "Soon." %}
{% endif %}

{% trans "Questions?" %}

{% trans "If you need assistance or want to speak to a human." %}

{% trans "Knowedge Base" %}

{% trans "Coming soon!" %}
{% endblock %}