{% extends 'base.html' %} {% block header%}

Scilab India Conference 2014

{% endblock %} {% block content %}
{% csrf_token %} {% if error %}

Sorry your certificate cannot be processed. Kindly contact the fossee team.

{% else %} {{ message }} {% endif %}


Please choose the appropriate category

Participant   Speaker   Workshop
{% if user_papers %}

Papers presented

{% for user in user_papers %} {{ user.paper }}
{% endfor %}
{% endif %}
{% if workshops %}

Workshop Attended

{% for user in workshops %} {{ user.workshops }}
{% endfor %}
{% endif %}

Problem in downloading the certificate? Write to us at certificates[at]fossee[dot]in

{% endblock %} {% block javascript %} {% endblock %}