{% extends "base.html" %} {% block head %} {{ super() }} {% endblock head %} {% block headers %} {% if object %}

Edit {{ name }}

{% else %}
{% if name == "Event" %}

Import new event from crm page: http://crm.sns.it/event//   

{{ import_message }}

{% endif %} {% if name == "Paper" %}

Import new paper from arXiv: http://arxiv.org/abs/

{% endif %}

Create New {{ name }}

{% endif %}

The site is LaTeX friendly. You can use LaTeX notations for formulas inside $...$ or \[...\].

In every multi-line input fields you can get italics, boldface and links by enclosing text with simple delimiters: /italics/, *boldface*, [{{ settings.SERVER_URL }}/], [alternate text|{{ settings.SERVER_URL }}/]. To force a new paragraph leave a blank line, to break a line without a new paragraph use the vertical bar: |.

When copying and pasting announcements from external communications (webpages, emails, ...), please consider the possibility of adding the following statement at the top: *{{ '{{' }}the content of this page was copy and pasted from the origin announcement email or website; please refer to the links for updates and inquiries{{ '}}' }}*

{{ super() }} {% endblock headers %} {% block content %} {% if object %} {% if name == "Paper" or name == "Seminar" or name == "Event" %}

You may want to [add/manage] documents.

{% endif %} {% endif %}
{{ form.as_table() }}
{% if object %} {% else %} {% endif %}
{% endblock %}