{% extends "base.html" %} {% block header%}{% if strain %}Update {{strain}} {% else %}New Strain{% endif %}{% endblock %} {% block title %}{% if strain %}Update {{strain}} {% else %}New Strain{% endif %}{% endblock %} {% block content %}
{% csrf_token %} {{ form }}
{% endblock %}