| |
---|
| | |
---|
| | <form action="#"> |
---|
| | <table class="mm_settings"> |
---|
| | <tr> |
---|
| | <th>Setting</th> |
---|
| | <th>Description</th> |
---|
| | <th>Set all</th> |
---|
| | <th>{% trans "Setting" %}</th> |
---|
| | <th>{% trans "Description" %}</th> |
---|
| | <th>{% trans "Set all" %}</th> |
---|
| | <th>list1@example.com</th> |
---|
| | <th>kumquat@example.com</th> |
---|
| | <th>starfruit@example.com</th> |
---|
| | </tr> |
---|
| | <tr> |
---|
| | <th>Mail delivery</th> |
---|
| | <td> Set this option to <em>Enabled</em> to receive |
---|
| | <th>{% trans "Mail delivery" %}</th> |
---|
| | <td>Set this option to <em>Enabled</em> to receive |
---|
| | messages posted |
---|
| | to this mailing list. Set it to <em>Disabled</em> if you want |
---|
| | to stay subscribed, but don't want mail delivered to you for a |
---|
| | while (e.g. you're going on vacation). If you disable mail |
---|
| | delivery, don't forget to re-enable it when you come back; it |
---|
| | will not be automatically re-enabled.</td> |
---|
| | will not be automatically re-enabled." </td> |
---|
| | <td><input type="checkbox" /></td> |
---|
| | <td><input type="checkbox" /></td> |
---|
| | <td><input type="checkbox" /></td> |
---|
| | <td><input type="checkbox" /></td> |
---|
| | </tr> |
---|
| | <tr> |
---|
| | <th colspan="6">{% trans "Per-Email subscriptions" %}</th> |
---|
| | </tr> |
---|
| | <tr> |
---|
| | <th colspan="2">anna@example.com</th> |
---|
| | <td><input type="checkbox" /></td> |
---|
| | <td><input type="checkbox" /></td> |
---|
| | <td><input type="checkbox" /></td> |
---|
| | <td><input type="checkbox" /></td> |
---|
| | <tr> |
---|
| | </tr> |
---|
| | </table> |
---|
| | </form> |
---|
| | {% endblock main %} |
---|
| | ~ |
---|
| | |