{% extends 'base.html' %} {% load custom_tags_and_filters %} {% load static %} {% load tz %} {% block title %}Create publication{% endblock %} {% block content %}

{% if user_publications %} Add {% else %} Create {% endif %} publication

{% csrf_token %} {% if error %}
{{ error }}
{% endif %}
{% if user_publications %}
{% else %} {% endif %}
{% button type="view" submit="true" value=user_publications|yesno:"Select,Search" %}
{% endblock %}