{% load i18n %} {% extends "pages/body.html" %} {% block content %}

{% trans "Add Task" %}

{% trans "You if you want to contribute some articles and you have images and other files with them send all directly to me:" %} riklaunim@gmail.com
{% if page %}{% endif %}
{% trans "Page" %} {{ page.title }} [{% trans "View Source" %}]
{% trans "Task Name" %} {{ form.name }}{% if form.name.errors %}
*** {{ form.name.errors|join:", " }}{% endif %}
{% trans "Task Text" %}
{% trans "Place code snippets inside [code][/code] tags !" %}
{{ form.text}}{% if form.text.errors %}
*** {{ form.text.errors|join:", " }}{% endif %}


{% trans "Allowed HTML Tags" %}: b, a, i, br, p, u, pre, div, span, img, li, ul, ol, center, sub, sup, blockquote
{% endblock %} {% block leftmenu %} {% endblock %} {% block crumb %}{% trans "Home" %} > {% trans "Tasks" %} > {% trans "Tasks List" %}{% endblock %}