{% extends "webadmin/base.html" %} {% load i18n %} {% load markup %} {% load custom_tags %} {% block title %} {% if eid %} {% trans "Edit scientist" %} {% else %} {% trans "Add scientist" %} {% endif %} {% endblock %} {% block content %}
{% trans "Add new entry" %}