{% extends "email/base.html" %} {% block content %}

The run {% if estimation.run_name %} "{{ estimation.run_name }}" {% endif %} {{ estimation.public_id }} has been requested. It will be available here when it's done.


{# Styles are embedded in attributes, because that's how it works with emailing. #}
Author
{{ estimation.author_name }}
{{ estimation.origins_count }} Origin{% if estimation.origins_count > 1 %}s{% endif %}

{{ estimation.origin_addresses | truncate(1024, true, '…') }}
            
{{ estimation.destinations_count }} Destination{% if estimation.destinations_count > 1 %}s{% endif %}

{{ estimation.destination_addresses | truncate(1024, true, '…') }}
            
Models

{{ estimation.models_slugs }}
            
{% endblock %}