2018-03-29 19:26:12 +00:00
|
|
|
{{ template "header.html" . }}
|
2017-04-30 00:37:29 +00:00
|
|
|
<div class="column">
|
|
|
|
<div class="ui negative message">
|
2018-03-29 19:26:12 +00:00
|
|
|
<div class="header.html">You are not authorized to act here!</div>
|
2017-04-30 00:37:29 +00:00
|
|
|
<p>If you think this is in error, please contact the administrator.</p>
|
|
|
|
<p>If you don't know who that is, it is definitely not an error ;)</p>
|
2018-01-14 13:22:10 +00:00
|
|
|
{{ if .Emails }}
|
|
|
|
<p>The following addresses were present in your certificate:<p>
|
|
|
|
<ul>
|
|
|
|
{{ range .Emails }}
|
|
|
|
<li>{{ . }}</li>
|
|
|
|
{{ end }}
|
|
|
|
</ul>
|
|
|
|
{{ end }}
|
2017-04-30 00:37:29 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-03-29 19:26:12 +00:00
|
|
|
{{ template "footer.html" . }}
|