{% extends 'collaborators_base.jinja' %}
{% set AWAL_BRAND = 'awal' %}

{% block header_title %}
  <div class="main_message">
    <p>Your {{ statement_period.name }} statements from {{ vendor_name }} are now available!</p>
  </div>
{% endblock %}

{% block content %}
    <div class="main_content">
        <br>
        <div style="margin-bottom: 15px;">
            You can view and download your royalty statements by logging into the Accounting app.
        </div>
        <div class="button_wrapper">
            <a class="go_to_accounting" href="{{ accounting_url }}">
                VIEW MY STATEMENTS
            </a>
        </div>
        <br>
    </div>
{% endblock %}
