{% extends "base.html" %} {% load static %} {% block content %}
{% if user and not user.is_anonymous %}

Welcome {{ user.username }}

{% endif %}
{% if user.is_superuser %}
{% else %}

{% endif %}

Important Dates

  • Last date for paper submission: 28/09/2018
  • Notification of acceptance: 22/10/2018
  • Last date for final paper submission: 02/11/2018
{% endblock %}