Note:
This is the default channel template showing the field layout.
Override this template by creating the following twig template:
templates/_custom/channels/awardsRecipients/_entry.twig

Entry

  • Title: Mohammadreza Abbasi
  • Slug: mohammadreza-abbasi
  • Section: Awards - Student Recipients

Fields

  • Identity

    • First Name

      • className: craft\fields\PlainText
      • handle: firstName
      • twig: {{ field.handle }}
    • Last Name

      • className: craft\fields\PlainText
      • handle: lastName
      • twig: {{ field.handle }}
    • Middle Name

      • className: craft\fields\PlainText
      • handle: middleName
      • twig: {{ field.handle }}
    • Pronouns

      • className: craft\fields\PlainText
      • handle: pronouns
      • twig: {{ field.handle }}
    • Prefix

      • className: craft\fields\PlainText
      • handle: prefix
      • twig: {{ field.handle }}
    • Suffix

      • className: craft\fields\PlainText
      • handle: suffix
      • twig: {{ field.handle }}
    • Award Year

      • className: craft\fields\PlainText
      • handle: awardYear
      • twig: {{ field.handle }}
    • Academic Focus

      • className: craft\fields\Dropdown
      • handle: academicFocus
      • twig: {{ field.handle }}
    • Grad Program

      • className: craft\fields\PlainText
      • handle: gradProgram
      • twig: {{ field.handle }}
  • Recognition Award

    • Award

      • className: craft\fields\Entries
      • handle: awardRelation
      • twig: {{ field.handle }}
  • Grad Exhibition

    • Award - Grad Exhibition

      • className: craft\fields\Entries
      • handle: awardRelationGradExhibition
      • twig: {{ field.handle }}
    • Award Place

      • className: craft\fields\Dropdown
      • handle: awardPlace
      • twig: {{ field.handle }}
    • Grad Exhibition Presentation Name

      • className: craft\fields\PlainText
      • handle: gradExhibitionPresentationName
      • twig: {{ field.handle }}