.qi-subtable-title Radiotherapy

.qi-panel.qi-nested
  .qi-ver-space(ng-repeat="dosage in radiotherapy.dosages")
    table.table.qi-table
      tr
        th Beam Type
        td {{ dosage.agent.beam_type | capitalize }}
      tr
        th Start Date
        td {{ dosage.start_date | moment }}
      tr
        th Amount
        td {{ dosage.amount | number:1 }} Gy/kg
        td.qi-transparent
          button.btn.btn-med.qi-profile-btn(ng-controller='DosageAmountHelpCtrl',
            ng-click="open()"
            )
            .glyphicon.glyphicon-question-sign
      tr
        th Duration
        td {{ dosage.duration }} days
