{% extends "layouts/source_user_base.html" %} {% load i18n %} {% block title %}{% trans "Create Inquiry" %} - {{ source.get_localized_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Submit a new inquiry from" %} {{ source.get_localized_name }}
{% trans "Source Information" %}
{% trans "This inquiry will be automatically linked to" %} {{ source.get_localized_name }}. {% trans "All required fields are marked with" %} *