{% from "components/previous-next-navigation.html" import previous_next_navigation %} {% extends "withnav_template.html" %} {% from "components/button/macro.njk" import govukButton %} {% block service_page_title %} Uploads {% endblock %} {% block maincolumn_content %}
You have not uploaded any files yet.
{% if current_service.has_permission('upload_letters') %}Upload a letter and Notify will print, pack and post it for you.
{% endif %}To upload a list of contact details, first choose a template.
{% endif %} {{ previous_next_navigation(prev_page, next_page) }} {% if current_service.can_upload_letters and current_user.has_permissions('send_messages') %}