{% extends 'base.html' %} {% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% trans 'Contact Us - Get in Touch with our arXiv Summarization Service' %} {% endblock %} {% block extra_head_tags %} {% endblock %} {% block header_class %}{% endblock %} {% block content %}

{% trans 'Contact Us' %}

{% blocktrans %} Have questions or concerns about our AI-powered paper summarization service? We're here to help! Fill out the form below and we'll get back to you as soon as possible. {% endblocktrans %}

{% csrf_token %}
{% if sent == 1 %}
{% trans "The email was successfully sent. You'll hear back from us shortly." %}
{% endif %} {% if sent == 0 %}
{% trans 'The email could not be sent. If it happens again, please contact us.' %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}