{% extends 'sspromotions/base.html' %} {# Society Self-Service Copyright © 2018-2019 Yingtong Li (RunasSudo) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . #} {% block title %}{% if request.resolver_match.url_name == 'bulletin_new' %}New{% else %}Edit{% endif %} bulletin item{% endblock %} {% block maincontent %}

{% if request.resolver_match.url_name == 'bulletin_new' %}New{% else %}Edit{% endif %} bulletin item

{{ item.id if item.id != None else '' }}
{{ item.author.email }}
Choose the date to publish the bulletin item (must be a Sunday).
To add formatting, use Markdown syntax. Quick reference: **bold** *italic* [link text](http://example.com)
{% for group in groups %}
{% endfor %}
Using this option, you can limit the bulletin item to members who are also in one or more of the selected groups.
{% if request.resolver_match.url_name == 'bulletin_edit' %} {% endif %}
{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block script %} {{ super() }} {% endblock script %}