Artist Information
{{ form.first_name.label(class="form-label") }}
{{ form.first_name(class="form-control", placeholder="First name") }}
{{ form.nationality.label(class="form-label") }}
{{ form.nationality(class="form-control", placeholder="e.g. Swiss, French, American") }}
{{ form.birth_year.label(class="form-label") }}
{{ form.birth_year(class="form-control", placeholder="e.g. 1923") }}
{{ form.death_year.label(class="form-label") }}
{{ form.death_year(class="form-control", placeholder="leave blank if living") }}
{{ form.website.label(class="form-label") }}
{{ form.website(class="form-control", placeholder="https://") }}
{{ form.biography.label(class="form-label") }}
{{ form.biography(class="form-control", rows=5, placeholder="Short biography or statement") }}