minimalism
This commit is contained in:
parent
83cd8725c3
commit
a06db608bc
64 changed files with 205 additions and 7153 deletions
|
|
@ -1,9 +0,0 @@
|
|||
Hi,
|
||||
|
||||
Your comment has been approved. It should be published in few minutes.
|
||||
|
||||
{{ article_url }}
|
||||
|
||||
--
|
||||
Stacosys
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
Hi,
|
||||
|
||||
A new comment has been published for an article you have subscribed to.
|
||||
|
||||
{{ article_url }}
|
||||
|
||||
You can unsubscribe at any time using this link:
|
||||
|
||||
{{ unsubscribe_url }}
|
||||
|
||||
--
|
||||
Stacosys
|
||||
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
{% if subscribed %}
|
||||
{% if subscribed|length > 1 %}NEW SUBSCRIPTIONS{% else %}NEW SUBSCRIPTION{% endif %} :
|
||||
{% for c in subscribed %}
|
||||
- {{ c.name }} ({{ c.email }}) => {{ c.url }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
{% if unsubscribed %}
|
||||
{% if unsubscribed|length > 1 %}CANCELLED SUBSCRIPTIONS{% else %}CANCELLED SUBSCRIPTION{% endif %} :
|
||||
{% for c in unsubscribed %}
|
||||
- {{ c.name }} ({{ c.email }}) => {{ c.url }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
{% if published %}
|
||||
{% if published|length > 1 %}PUBLISHED COMMENTS{% else %}PUBLISHED COMMENT{% endif %} :
|
||||
{% for c in published %}
|
||||
- {{ c.name }} ({{ c.email }}) => {{ c.url }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
{% if rejected %}
|
||||
{% if rejected|length > 1 %}REJECTED COMMENTS{% else %}REJECTED COMMENT{% endif %} :
|
||||
{% for c in rejected %}
|
||||
- {{ c.name }} ({{ c.email }}) => {{ c.url }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
{% if standbys %}
|
||||
{% if standbys|length > 1 %}STANDBY COMMENTS{% else %}STANDBY COMMENT{% endif %} :
|
||||
{% for c in standbys %}
|
||||
- {{ c.name }} ({{ c.created }}) => {{ c.url }}
|
||||
{{ c.content }}
|
||||
|
||||
Accepter : {{ root_url}}/accept?secret={{ secret}}&comment={{ c.id }}
|
||||
Rejeter : {{ root_url}}/reject?secret={{ secret}}&comment={{ c.id }}
|
||||
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
--
|
||||
Stacosys
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
Status report : {{ site }}
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Your request has been sent. In case of issue please contact site
|
||||
administrator.
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
Bonjour,
|
||||
|
||||
Votre commentaire a été approuvé. Il sera publié dans quelques minutes.
|
||||
|
||||
{{ article_url }}
|
||||
|
||||
--
|
||||
Stacosys
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
Bonjour,
|
||||
|
||||
Un nouveau commentaire a été publié pour un article auquel vous êtes abonné.
|
||||
|
||||
{{ article_url }}
|
||||
|
||||
Vous pouvez vous désinscrire à tout moment en suivant ce lien :
|
||||
|
||||
{{ unsubscribe_url }}
|
||||
|
||||
--
|
||||
Stacosys
|
||||
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
{% if subscribed %}
|
||||
{% if subscribed|length > 1 %}NOUVEAUX ABONNEMENTS{% else %}NOUVEL ABONNEMENT{% endif %} :
|
||||
{% for c in subscribed %}
|
||||
- {{ c.name }} ({{ c.email }}) => {{ c.url }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
{% if unsubscribed %}
|
||||
{% if unsubscribed|length > 1 %}ABONNEMENTS RESILIES{% else %}ABONNEMENT RESILIE{% endif %} :
|
||||
{% for c in unsubscribed %}
|
||||
- {{ c.name }} ({{ c.email }}) => {{ c.url }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
{% if published %}
|
||||
{% if published|length > 1 %}COMMENTAIRES PUBLIES{% else %}COMMENTAIRE PUBLIE{% endif %} :
|
||||
{% for c in published %}
|
||||
- {{ c.name }} ({{ c.email }}) => {{ c.url }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
{% if rejected %}
|
||||
{% if rejected|length > 1 %}COMMENTAIRES REJETES{% else %}COMMENTAIRE REJETE{% endif %} :
|
||||
{% for c in rejected %}
|
||||
- {{ c.name }} ({{ c.email }}) => {{ c.url }}
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
{% if standbys %}
|
||||
{% if standbys|length > 1 %}COMMENTAIRES EN ATTENTE{% else %}COMMENTAIRE EN ATTENTE{% endif %} :
|
||||
{% for c in standbys %}
|
||||
- {{ c.name }} ({{ c.created }}) => {{ c.url }}
|
||||
{{ c.content }}
|
||||
|
||||
Accepter : {{ root_url}}/accept?secret={{ secret}}&comment={{ c.id }}
|
||||
Rejeter : {{ root_url}}/reject?secret={{ secret}}&comment={{ c.id }}
|
||||
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
--
|
||||
Stacosys
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
Rapport d'activité : {{ site }}
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Votre requête a été envoyée. En cas de problème, contactez l'administrateur du
|
||||
site.
|
||||
Loading…
Add table
Add a link
Reference in a new issue