{% extends "email/email.html" %} {% load i18n %} {% load inventree_extras %} {% block body_row %} {{ message }} {% if link %}

{% trans "Click on the following link to view this approval" %}: {{ link }}

{% endif %} {% endblock body_row %}