|
|
|
@ -9,8 +9,7 @@ configure your email client
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
{% call macros.card(title="Incoming mail") %}
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
{% call macros.table(title="Incoming mail", datatable=False) %}
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{% trans %}Mail protocol{% endtrans %}</th>
|
|
|
|
@ -33,11 +32,9 @@ configure your email client
|
|
|
|
|
<td><pre>*******</pre></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
|
|
|
|
{% call macros.card(title="Outgoing mail") %}
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
{% call macros.table(title="Outgoing mail", datatable=False) %}
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{% trans %}Mail protocol{% endtrans %}</th>
|
|
|
|
@ -60,6 +57,5 @@ configure your email client
|
|
|
|
|
<td><pre>*******</pre></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
{% endcall %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|