X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Ftemplates%2Fexperiments%2Femail_preview.html;h=9c35c6d1b2e1ee030083e53910dc686bd760f4f6;hb=d06530c6174aa3652c85ae38ca067259dc9cfed1;hp=cef7d0651aefa687e89217c674c1989feaef1d20;hpb=6052d157fcfa0e5286547da0723b1ce9631a5930;p=htsworkflow.git diff --git a/htsworkflow/frontend/templates/experiments/email_preview.html b/htsworkflow/frontend/templates/experiments/email_preview.html index cef7d06..9c35c6d 100644 --- a/htsworkflow/frontend/templates/experiments/email_preview.html +++ b/htsworkflow/frontend/templates/experiments/email_preview.html @@ -1,13 +1,24 @@ - - - - - +{% extends "base.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block content %} +{% if warnings %} +

{% for user_admin_url, username in warnings %} Warning: User {{ username }} has no email address
{% endfor %} +{% endif %}

{% for to, subject, body, sending in emails %}
@@ -24,5 +35,4 @@ email address

- - +{% endblock %} \ No newline at end of file